From 517944f99f62f12469a15fe8302540c90c152181 Mon Sep 17 00:00:00 2001 From: Daniel Campbell Date: Mon, 1 Apr 2024 14:27:59 -0700 Subject: [PATCH] feat(ui): New InfluxDBU announcement --- src/me/components/CurrentAnnouncement.tsx | 33 ++++++++++++++--------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/src/me/components/CurrentAnnouncement.tsx b/src/me/components/CurrentAnnouncement.tsx index 9f18744b4d..f7363e91fb 100644 --- a/src/me/components/CurrentAnnouncement.tsx +++ b/src/me/components/CurrentAnnouncement.tsx @@ -9,20 +9,27 @@ import influxdbu from 'assets/images/influxdbu.svg' export const CurrentAnnouncement: FC = () => { const currentDate = new Date() - const targetDate = new Date('2024-02-06T01:00:00-07:00') + const targetDate = new Date('2024-03-26T01:00:00-07:00') const outgoingAnnouncement = ( + + + } body={

- Discover through real-life use cases how companies use InfluxDB for - IIoT. + In this training, we'll learn about a variety of third-party solutions + that can replace the task engine in InfluxDB 2.0. We'll also learn + about the advantages of each solution and some of the advancements to + the Python Client Library.

} - ctaLink="https://www.influxdata.com/resources/industrial-iot-or-live-demo/" + ctaLink="https://www.influxdata.com/training/influxdb-3-0-task-engine-training/?utm_source=in-app&utm_medium=product&utm_campaign=2024-02-22_Training_InfluxDBTaskEngine" ctaText="Save Your Spot" icon={null} - title="Live Demo" + title="New Live Training: InfluxDB 3.0 Task Engine" /> ) @@ -35,16 +42,18 @@ export const CurrentAnnouncement: FC = () => { } body={

- In this training, we'll learn about a variety of third-party solutions - that can replace the task engine in InfluxDB 2.0. We'll also learn - about the advantages of each solution and some of the advancements to - the Python Client Library. + Learn how to translate Flux queries to InfluxQL, SQL, and Python in + this technical tutorial. We cover some basic Flux queries and their + translations, discuss the limitations of SQL and InfluxQL, and make + the case for using Pandas and Polars. Discover the advantages and + limitations of each language and get examples of Flux to InfluxQL, + SQL, and Python translations.

} - ctaLink="https://www.influxdata.com/training/influxdb-3-0-task-engine-training/?utm_source=in-app&utm_medium=product&utm_campaign=2024-02-22_Training_InfluxDBTaskEngine" - ctaText="Save Your Spot" + ctaLink="https://university.influxdata.com/courses/flux-to-influxql-sql-python/?utm_source=inapp&utm_medium=product&utm_campaign=2024_influxdbu" + ctaText="Start Learning" icon={null} - title="New Live Training: InfluxDB 3.0 Task Engine" + title="New Training: Flux to InfluxQL, SQL, and Python" /> )