Download
yaml
type: "io.kestra.plugin.jdbc.snowflake.download"
Examples
yaml
id: snowflake_download
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.jdbc.snowflake.Download
url: jdbc:snowflake://<account_identifier>.snowflakecomputing.com
username: "{{ secret('SNOWFLAKE_USERNAME') }}"
password: "{{ secret('SNOWFLAKE_PASSWORD') }}"
stageName: "@demo_db.public.%myStage"
fileName: prefix/destFile.csv
Properties
fileName *Requiredstring
stageName *Requiredstring
url *Requiredstring
compress booleanstring
Default
true
database string
password string
privateKey string
privateKeyPassword string
role string
schema string
username string
warehouse string
Outputs
uri string
Format
uri