io_config.yaml
.default
(you can
have multiple profiles, add it under whichever is relevant to you)SQL
.Data provider
dropdown, select Snowflake
.Profile
dropdown, select default
(or the profile you added
credentials underneath).Database
input in the block header, enter the database name you want this block to
save data to.Schema
input in the block header, enter the schema name you want this block
to save data to.Write policy
dropdown, select Replace
or Append
(please see
SQL blocks guide
for more information on write policies).SELECT 1
.select * from [database_name].[schema_name].[table_name];
). This is supported
when NOT using the “raw sql” query option.io_config.yaml
file using these fields: