Type alias SnowflakeCredentialsInput

SnowflakeCredentialsInput: { database: Scalars["String"]; host: Scalars["String"]; password: Scalars["String"]; role: Scalars["String"]; schemaName: Scalars["String"]; username: Scalars["String"]; warehouse: Scalars["String"] }

Input configuration for Snowflake integration

Type declaration

  • database: Scalars["String"]

    The database you specified when creating the Stigg entities in Snowflake, for example: STIGG_DATABASE

  • host: Scalars["String"]

    The Snowflake account URL, for example: https://ab12345.us-east-2.aws.snowflakecomputing.com

  • password: Scalars["String"]

    The password you specified when creating the Stigg entities in Snowflake

  • role: Scalars["String"]

    The role you specified when creating the Stigg entities in Snowflake, for example: STIGG_ROLE

  • schemaName: Scalars["String"]

    The schema you specified when creating the Stigg entities in Snowflake, for example: STIGG_SCHEMA

  • username: Scalars["String"]

    The username you specified when creating the Stigg entities in Snowflake, for example: STIGG_USER

  • warehouse: Scalars["String"]

    The warehouse you specified when creating the Stigg entities in Snowflake, for example: STIGG_WAREHOUSE