Skip to main content

Database

Specifies the Snowflake database name used in DDL generation for tables, views, and stored procedures. This setting acts as an override: when a value is provided it takes precedence over the database name derived from Connection.Catalog, allowing you to target a different Snowflake database without modifying every connection definition. Leave this empty to inherit the database name from the connection's catalog property.

Notes:

  • This setting is part of the Snowflake settings category.
  • When empty, BimlFlex falls back to the Connection.Catalog value for the Snowflake connection.
  • Works in conjunction with SnowflakeUseDatabaseReferences when cross-database DDL is required.