Queries Queries
Queries Certified

yaml
type: "io.kestra.plugin.jdbc.snowflake.Queries"
yaml
id: snowflake_queries
namespace: company.team

tasks:
  - id: select
    type: io.kestra.plugin.jdbc.snowflake.Queries
    url: jdbc:snowflake://<account_identifier>.snowflakecomputing.com
    username: "{{ secret('SNOWFLAKE_USERNAME') }}"
    password: "{{ secret('SNOWFLAKE_PASSWORD') }}"
    sql: select * from demo_db.public.customers; select * from demo_db.public.emplyees;
    fetchType: FETCH
Properties
Default10000
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
Defaulttrue
Definitions
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Formaturi
Unitrows