Basic config
Copy
connector_type: snowflake
profile: default # profile in the io_config.yaml
config:
table_name: table_name
Optional fields
Copy
database: database # Override the database
shema: schema # Override the schema
connector_type: snowflake
profile: default # profile in the io_config.yaml
config:
table_name: table_name
database: database # Override the database
shema: schema # Override the schema
Was this page helpful?