- Added skip for stage DIRECTORY property `DIRECTORY_NOTIFICATION_CHANNEL`. It is an informational property, should not be compared.
0.35.0
- Added explicit notice when `CREATE OR REPLACE TABLE` is about to drop a column from table. - It is now possible to set `is_sandbox: false` on schema level when `is_sandbox: true` on database level. - Fixed ENV variable name `SNOWFLAKE_ROLE`.
0.34.4
- Added missing conversion logic for `DatabaseBlueprint` when operating in SingleDB mode. It no longer prevents schemas from being dropped in this mode.
0.34.3
- Added `ICEBERG_TABLE` object type to make it available for grants and permission models.
0.34.2
- Added parameters `owner_database_read`, `owner_database_write` to `DATABASE` config. It only works if both current database and target database has permission model with `database_owner` ruleset.
0.34.1
- Fixed issue with ACCOUNT-level policy references.