From c095ca832685b25ecd4932f8261cc1f78f1eab4a Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:01:54 -0700 Subject: [PATCH] Cloud updates April 2022 (plus fix to typo in existing onboarding doc) (#4089) * Cloud updates April 2022 (plus fix to typo in existing onboarding wizard doc) * Remove help bar and move to May --- content/influxdb/cloud/get-started.md | 4 ++-- .../cloud/reference/release-notes/cloud-updates.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/content/influxdb/cloud/get-started.md b/content/influxdb/cloud/get-started.md index f17a43c1f..60cff3450 100644 --- a/content/influxdb/cloud/get-started.md +++ b/content/influxdb/cloud/get-started.md @@ -30,12 +30,12 @@ After you've [signed up for InfluxDB Cloud](/influxdb/cloud/sign-up/), you're re ## Write and query data using the programming language of your choice -Follow the steps to write data, execute a simple query, and execute a sample query in the selected programming language: +Follow the steps to write data and execute a simple query in the selected programming language: Click one of the following: - [Python](https://cloud2.influxdata.com/orgs/me/new-user-wizard/python) - [JavaScript/Node](https://cloud2.influxdata.com/orgs/me/new-user-wizard/nodejs) - - [Go](https://cloud2.influxdata.com/orgs/me/new-user-wizard/go) + - [Go](https://cloud2.influxdata.com/orgs/me/new-user-wizard/go) ## Add sample data diff --git a/content/influxdb/cloud/reference/release-notes/cloud-updates.md b/content/influxdb/cloud/reference/release-notes/cloud-updates.md index 8e64e8a0a..7b8cd27f6 100644 --- a/content/influxdb/cloud/reference/release-notes/cloud-updates.md +++ b/content/influxdb/cloud/reference/release-notes/cloud-updates.md @@ -14,6 +14,18 @@ aliases: InfluxDB Cloud updates occur frequently. Find a compilation of recent updates below. To find information about the latest Flux updates in InfluxDB Cloud, see [Flux release notes](/influxdb/cloud/reference/release-notes/flux/). +## April 2022 + +### Query improvements in Data Explorer and notebooks + +It's now easier to use the visual builder to create queries in the Data Explorer and notebooks: +- The builder requires you to select a measurement before you can select associated tags. +- All measurements, fields, tags, and tag values appear in the builder, not just the ones in the currently specified time range. This update ensures that measurements, fields, and tags, are visible even if you set a very short time range. + +### Onboarding wizards for common programming languages + +During onboarding, choose the Python, JavaScript, or Go wizard to quickly get started writing data and executing simple queries. For details, see [Write and query data using the programming language of your choice](/influxdb/cloud/get-started/#write-and-query-data-using-the-programming-language-of-your-choice). + ## March 2022 ### Deep linking