Merge pull request #5742 from danlo/patch-1

Update bucket-schema.md
pull/5571/head^2
Jason Stirnaman 2025-01-10 09:35:14 -06:00 committed by GitHub
commit 687f197b94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Use the [**`influx` CLI**](/influxdb/cloud/reference/cli/influx/) or [**InfluxDB
#### Create a bucket schema using the influx CLI
1. Use your text editor to create a schema columns file for each measurement you want to add. Format the file as CSV, JSON, or [Newline delimited JSON (NDJSON)](http://ndjson.org/),
1. Use your text editor to create a schema columns file for each measurement you want to add. Format the file as CSV, JSON, or [Newline delimited JSON (NDJSON)](https://jsonlines.org/),
as in the following examples:
{{< code-tabs-wrapper >}}
{{% code-tabs %}}