Skip to main content

createSnowflakeDataSourceInput

The fields for creating a Snowflake Data Source.

fields

  • uniqueName optional String

    The Data Source's unique name. If not specified, Propel will set the ID as unique name.

  • description optional String

    The Data Source's description.

  • connectionSettings required SnowflakeConnectionSettingsInput

    The Data Source's connection settings.

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

    • connectionSettings.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".

    • connectionSettings.database required String

      The Snowflake database name.

    • connectionSettings.warehouse required String

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

    • connectionSettings.schema required String

      The Snowflake schema.

    • connectionSettings.username required String

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

    • connectionSettings.password required String

      The Snowflake password.

    • connectionSettings.role required String

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