Skip to main content

SnowflakeConnectionSettings

The Snowflake Data Source connection settings.

fields

  • account non-null String

    The Snowflake account. This is the part before the "snowflakecomputing.com" part of your Snowflake URL.

  • database non-null String

    The Snowflake database name.

  • warehouse non-null String

    The Snowflake warehouse name. It should be "PROPELLING" if you used the default name in the setup script.

  • schema non-null String

    The Snowflake schema.

  • username non-null String

    The Snowflake username. It should be "PROPEL" if you used the default name in the setup script.

  • role non-null String

    The Snowflake role. It should be "PROPELLER" if you used the default name in the setup script.