Add note on variable naming restrictions

Fixes #1300
pull/1345/head
pierwill 2020-08-14 12:29:27 -07:00 committed by Scott Anderson
parent 96253ff3bc
commit f5213798dd
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ There are multiple variable types that provide different means of populating you
_For information about variable types, see [Variable types](/v2.0/visualize-data/variables/variable-types/)._
{{% note %}}
##### Reserved keywords
##### Variable name restrictions
Variable names must begin with a letter or underscore (`_`).
The following names cannot be used as dashboard variables because they are reserved keywords in Flux:
`and`, `import`, `not`, `return`, `option`, `test`, `empty`, `in`, `or`, `package`, and `builtin`.