From 9adda3e6599e4579e99972690bfa738d9102ca08 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Mon, 19 May 2025 10:31:44 -0700 Subject: [PATCH] Update content/shared/influxdb3-cli/create/distinct_cache.md Co-authored-by: Jason Stirnaman --- content/shared/influxdb3-cli/create/distinct_cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3-cli/create/distinct_cache.md b/content/shared/influxdb3-cli/create/distinct_cache.md index 91da23f34..f46ae1e11 100644 --- a/content/shared/influxdb3-cli/create/distinct_cache.md +++ b/content/shared/influxdb3-cli/create/distinct_cache.md @@ -73,7 +73,7 @@ Before running the following commands, replace the placeholder values with your The name of the table to cache values from - {{% code-placeholder-key %}}`CACHE_NAME`{{% /code-placeholder-key %}}: The name of the distinct value cache to create -- {{% code-placeholder-key %}}`COLUMN_NAME`{{% /code-placeholder-key %}}: Column to +- {{% code-placeholder-key %}}`COLUMN_NAME`{{% /code-placeholder-key %}}: The column to cache distinct values from You can also set environment variables (such as `INFLUXDB3_AUTH_TOKEN`) instead of passing options inline.