Database
The default database to use for the session when connecting to Snowflake. All SQL queries executed during the session target this database by default.
Data Type
string
Default Value
""
Remarks
The Database property simplifies your queries if you normally work with one database during a session. If you work with multiple databases in the same session, do not set this property. If you do not set this property, use the fully qualified path to tables and schemas in SQL queries.