Address PR feedback
parent
ab65c053a1
commit
b0740bf09e
|
@ -36,7 +36,7 @@ the default retention policy for the specified database.
|
||||||
|
|
||||||
### When writing data
|
### When writing data
|
||||||
|
|
||||||
When writing data to InfluxDB Cloud and InfluxDB OSS 2.0 using the
|
When writing data using the
|
||||||
[`/write` compatibility endpoint](/influxdb/v2.0/reference/api/influxdb-1x/write/),
|
[`/write` compatibility endpoint](/influxdb/v2.0/reference/api/influxdb-1x/write/),
|
||||||
the DBRP mapping service checks for a bucket mapped to the database and retention policy:
|
the DBRP mapping service checks for a bucket mapped to the database and retention policy:
|
||||||
|
|
||||||
|
@ -48,11 +48,6 @@ the DBRP mapping service checks for a bucket mapped to the database and retentio
|
||||||
database retention policy is used, a DBRP mapping is added to the bucket,
|
database retention policy is used, a DBRP mapping is added to the bucket,
|
||||||
and data is written to the bucket.
|
and data is written to the bucket.
|
||||||
|
|
||||||
{{% note %}}
|
|
||||||
To automatically create new buckets, the authentication token used for the
|
|
||||||
write request must be an **All Access token**.
|
|
||||||
{{% /note %}}
|
|
||||||
|
|
||||||
### When querying data
|
### When querying data
|
||||||
|
|
||||||
When querying data from InfluxDB Cloud and InfluxDB OSS 2.0 using the
|
When querying data from InfluxDB Cloud and InfluxDB OSS 2.0 using the
|
||||||
|
|
Loading…
Reference in New Issue