Address PR feedback

pull/1832/head
noramullen1 2020-11-16 10:28:59 -08:00
parent ab65c053a1
commit b0740bf09e
1 changed files with 1 additions and 6 deletions

View File

@ -36,7 +36,7 @@ the default retention policy for the specified database.
### 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/),
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,
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 from InfluxDB Cloud and InfluxDB OSS 2.0 using the