hawle/Snowflake Stage File Downloader Action
This action lets you download files recursively from a Snowflake stage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| snowflake_username | Username for Snowflake | yes | — |
| snowflake_password | Password for Snowflake | yes | — |
| snowflake_account | Account name for Snowflake | yes | — |
| snowflake_warehouse | Warehouse as context | yes | — |
| snowflake_database | Snowflake database | yes | — |
| snowflake_schema | Snowflake schema | yes | — |
| snowflake_stage | Snowflake target stage or stage path | yes | — |
| local_download_path | Local path to download the files | yes | — |
Outputs
| name | description |
|---|---|
| files | JSON array of downloaded files |