Merge branch '5949-add-api-reference-examples-to-influxdb3' of github.com:influxdata/docs-v2 into 5949-add-api-reference-examples-to-influxdb3
commit
46a4d35ff0
|
@ -65,7 +65,7 @@ Before creating a distinct value cache, you must:
|
|||
|
||||
{{% code-placeholders "(DATABASE|TABLE|COLUMN|CACHE)_NAME" %}}
|
||||
|
||||
### Generix syntax
|
||||
### Generic syntax
|
||||
|
||||
Use this as a template to adapt the command to your environment.
|
||||
|
||||
|
@ -121,7 +121,7 @@ influxdb3 create distinct_cache \
|
|||
|
||||
{{% /code-placeholders %}}
|
||||
|
||||
## Common pitfals
|
||||
## Common pitfalls
|
||||
|
||||
- `--column` is not valid—must use `--columns`
|
||||
- Tokens must be included explicitly unless set via `INFLUXDB3_AUTH_TOKEN`
|
||||
|
|
Loading…
Reference in New Issue