@stigg/js-client-sdk - v3.92.2

    Type Alias SnowflakeCredentialsInput

    Input configuration for Snowflake integration

    type SnowflakeCredentialsInput = {
        database: Scalars["String"];
        host: Scalars["String"];
        passphrase?: InputMaybe<Scalars["String"]>;
        password?: InputMaybe<Scalars["String"]>;
        privateKey?: InputMaybe<Scalars["String"]>;
        role: Scalars["String"];
        schemaName: Scalars["String"];
        username: Scalars["String"];
        warehouse: Scalars["String"];
    }
    Index

    Properties

    database: Scalars["String"]

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

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

    passphrase?: InputMaybe<Scalars["String"]>

    The passphrase for the encrypted private key

    The password you specified when creating the Stigg entities in Snowflake

    privateKey?: InputMaybe<Scalars["String"]>

    The private key pair to public key specified when creating the Stigg entities in Snowflake

    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

    MMNEPVFCICPMFPCPTTAAATR