Skip to content

Commit

Permalink
Add note on variable naming restrictions
Browse files Browse the repository at this point in the history
Fixes #1300
  • Loading branch information
pierwill committed Aug 14, 2020
1 parent e8f1e1e commit 9088d92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/v2.0/visualize-data/variables/create-variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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`.
Expand Down

0 comments on commit 9088d92

Please sign in to comment.