Skip to main content

modifySnowflakeDataSourceInput

The fields for modifying a Snowflake Data Source.

fields

  • idOrUniqueName required idOrUniqueName

    The ID or unique name of the Data Source to modify.

    The ID or unique name input.

    If both ID and unique name are provided, the ID will take precedence.

  • uniqueName optional String

    The Data Source's new unique name.

  • description optional String

    The Data Source's new description.

  • connectionSettings optional PartialSnowflakeConnectionSettingsInput

    The Data Source's new connection settings.

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

    • connectionSettings.account optional 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". If not provided this property will not be modified.

    • connectionSettings.database optional String

      The Snowflake database name. If not provided this property will not be modified.

    • connectionSettings.warehouse optional String

      The Snowflake warehouse name. It should be "PROPELLING" if you used the default name in the setup script. If not provided this property will not be modified.

    • connectionSettings.schema optional String

      The Snowflake schema. If not provided this property will not be modified.

    • connectionSettings.username optional String

      The Snowflake username. It should be "PROPEL" if you used the default name in the setup script. If not provided this property will not be modified.

    • connectionSettings.password optional String

      The Snowflake password. If not provided this property will not be modified.

    • connectionSettings.role optional String

      The Snowflake role. It should be "PROPELLER" if you used the default name in the setup script. If not provided this property will not be modified.