actions-marketplace-validations/Snowflake Query Action
This action lets running a list of SQL queries on your Snowflake DB.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| snowflake_username | Username for Snowflake DB | yes | — |
| snowflake_password | Password for Snowflake DB | yes | — |
| snowflake_account | Account name for Snowflake DB. Your account name is the full/entire string to the left of snowflakecomputing.com. | yes | — |
| snowflake_warehouse | Warehouse as context | yes | — |
| snowflake_role | Set user role | no | — |
| queries | List of SQL queries, seperated by ; | yes | — |
| sync | Whether to run the queries sync (default is async) | no | — |
Outputs
| name | description |
|---|---|
| queries_results | Json encoded as base64, containing all queries results |