Skip to content

Commit 4d27a31

Browse files
authored
feat(ui): New InfluxDBU announcement (#6882)
1 parent 3491b83 commit 4d27a31

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

src/me/components/CurrentAnnouncement.tsx

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,27 @@ import influxdbu from 'assets/images/influxdbu.svg'
99

1010
export const CurrentAnnouncement: FC = () => {
1111
const currentDate = new Date()
12-
const targetDate = new Date('2024-02-06T01:00:00-07:00')
12+
const targetDate = new Date('2024-03-26T01:00:00-07:00')
1313

1414
const outgoingAnnouncement = (
1515
<AnnouncementBlock
16+
image={
17+
<div className="announcement-block--image-spacer announcement-block--image-spacer__light">
18+
<img src={influxdbu} />
19+
</div>
20+
}
1621
body={
1722
<p>
18-
Discover through real-life use cases how companies use InfluxDB for
19-
IIoT.
23+
In this training, we'll learn about a variety of third-party solutions
24+
that can replace the task engine in InfluxDB 2.0. We'll also learn
25+
about the advantages of each solution and some of the advancements to
26+
the Python Client Library.
2027
</p>
2128
}
22-
ctaLink="https://www.influxdata.com/resources/industrial-iot-or-live-demo/"
29+
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"
2330
ctaText="Save Your Spot"
2431
icon={null}
25-
title="Live Demo"
32+
title="New Live Training: InfluxDB 3.0 Task Engine"
2633
/>
2734
)
2835

@@ -35,16 +42,18 @@ export const CurrentAnnouncement: FC = () => {
3542
}
3643
body={
3744
<p>
38-
In this training, we'll learn about a variety of third-party solutions
39-
that can replace the task engine in InfluxDB 2.0. We'll also learn
40-
about the advantages of each solution and some of the advancements to
41-
the Python Client Library.
45+
Learn how to translate Flux queries to InfluxQL, SQL, and Python in
46+
this technical tutorial. We cover some basic Flux queries and their
47+
translations, discuss the limitations of SQL and InfluxQL, and make
48+
the case for using Pandas and Polars. Discover the advantages and
49+
limitations of each language and get examples of Flux to InfluxQL,
50+
SQL, and Python translations.
4251
</p>
4352
}
44-
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"
45-
ctaText="Save Your Spot"
53+
ctaLink="https://university.influxdata.com/courses/flux-to-influxql-sql-python/?utm_source=inapp&utm_medium=product&utm_campaign=2024_influxdbu"
54+
ctaText="Start Learning"
4655
icon={null}
47-
title="New Live Training: InfluxDB 3.0 Task Engine"
56+
title="New Training: Flux to InfluxQL, SQL, and Python"
4857
/>
4958
)
5059

0 commit comments

Comments
 (0)