Snowflake Properties

Connection Details

Zingg needs details about accessing Snowflake which can be provided through a properties file.

touch snowEnv.txt

SnowEnv.txt format:

    URL={snowflake_url}   
    USER={snowflake_user_name} 
    PASSWORD={snowflake_password}  
    ROLE={role} 
    WAREHOUSE={warehouse}  
    DB={database_name}  
    SCHEMA={schema} 

Last updated