Skip to content

Commit a133394

Browse files
committed
docs: note that visualizations require non-temp queries
1 parent f6b97b7 commit a133394

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

cmd/visualization/create.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ func newCreateCmd() *cobra.Command {
1616
Short: "Create a new visualization on an existing query",
1717
Long: `Create a visualization attached to an existing saved query.
1818
19-
IMPORTANT: The --options flag is required for a working visualization. Without
20-
proper options, the visualization will fail to render. The options format depends
21-
on the visualization type.
19+
IMPORTANT: Visualizations can only be attached to saved (non-temporary) queries.
20+
If you created the query with --temp, you must recreate it without --temp first.
21+
22+
The --options flag is required for a working visualization. Without proper options,
23+
the visualization will fail to render. The options format depends on the
24+
visualization type.
2225
2326
Visualization types: chart, table, counter, pivot, cohort, funnel, choropleth,
2427
sankey, sunburst_sequence, word_cloud.

0 commit comments

Comments
 (0)