stackql/stackql-assert
Run StackQL query to test and audit your infrastructure.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test_query | StackQL query to execute (supply either test_query or test_query_file_path) | no | — |
| test_query_file_path | StackQL query file to execute (supply either test_query or test_query_file_path) | no | — |
| data_file_path | Path to data file to pass to the StackQL query preprocessor (JSON or Jsonnet file) | no | — |
| vars | Comma delimited list of variables to pass to the StackQL query preprocessor (supported with Jsonnet config blocks or Jsonnet data files only) | no | — |
| expected_rows | Expected number of rows from executing test query | no | — |
| expected_results_str | Expected result (as a JSON string) from executing test query, overrides expected_results_file_path | no | — |
| expected_results_file_path | JSON file with the expected result | no | — |
| auth_obj_path | Path of JSON file that stores StackQL AUTH string (only required when using non-standard environment variable names) | no | — |
| auth_str | StackQL AUTH string (only required when using non-standard environment variable names) | no | — |
Outputs
no outputs