Documentation
    Preparing search index...

    Interface SnowflakeDialectOptions

    interface SnowflakeDialectOptions {
        showWarnings?: boolean;
        snowflakeSdkModule?: __module;
    }
    Index
    showWarnings?: boolean

    Show warnings if there are any when executing a query

    snowflakeSdkModule?: __module

    The snowflake-sdk library to use. If not provided, the snowflake-sdk npm library will be used. Must be compatible with the snowflake-sdk npm library API.

    Using this option should only be considered as a last resort, as the Sequelize team cannot guarantee its compatibility.