You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ GROUP BY status;
56
56
## Inputs
57
57
-`query` - stackql query to execute **(need to supply either `query` or `query_file_path`)**
58
58
-`query_file_path` - stackql query file to execute **(need to supply either `query` or `query_file_path`)**
59
-
-`vars` - (optional) comma delimited list of variables to pass to the stackql query preprocessor (jsonnet), accepts `var1=val1 var2=val2`, can be used to source environment variables into stackql queries
59
+
-`data_file_path` - (optional) path to data file to pass to the stackql query preprocessor (`json` or `jsonnet`)
60
+
-`vars` - (optional) comma delimited list of variables to pass to the stackql query preprocessor (supported with `jsonnet` config blocks or `jsonnet` data files only), accepts `var1=val1,var2=val2`, can be used to source environment variables into stackql queries
60
61
-`query_output` - (optional) output format of the stackql exec result, accepts `table`, `csv`, `json`, defaults to `json`
61
62
-`auth_obj_path` - (optional) the path of json file that stores stackql AUTH string **(only required when using non-standard environment variable names)**
62
63
-`auth_str` - (optional) stackql AUTH string **(only required when using non-standard environment variable names)**
0 commit comments