0.41.0 - January 2025
Some automatically created roles were renamed in SnowDDL code and documentation to avoid naming collisions with native Snowflake object type DATABASE ROLE
.
DatabaseRole
âDatabaseAccessRole
SchemaRole
âSchemaAccessRole
ShareRole
âShareAccessRole
WarehouseRole
âWarehouseAccessRole
It does not affect config or business logic. Everything remains the same, except Python file names, class names and role suffix variable names.
This change may affect you only if SnowDDL classes were overloaded with custom logic. In this case please apply the same renames to your code accordingly.
Last updated