Skip to main content

SnowflakeConnectionSettingsInput

The fields for creating a Snowflake Data Source's connection settings.

fields

  • account required String

    The Snowflake account. Only include the part before the "snowflakecomputing.com" part of your Snowflake URL (make sure you are in classic console, not Snowsight). For AWS-based accounts, this looks like "znXXXXX.us-east-2.aws". For Google Cloud-based accounts, this looks like "ffXXXXX.us-central1.gcp".

  • database required String

    The Snowflake database name.

  • warehouse required String

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

  • schema required String

    The Snowflake schema.

  • username required String

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

  • password required String

    The Snowflake password.

  • role required String

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