0.66.0 - March 2026
This release introduced a major change related to WAREHOUSE parameters generation and resource_constraint.
Changes
It is no longer possible to use parameter
resource_constraintto specify warehouse generation using valuesSTANDARD_GEN_1andSTANDARD_GEN_2. Parametergenerationshould be used instead.
Reason
This change is requires in order to support the upcoming change in bundle 2026_02: https://docs.snowflake.com/en/release-notes/bcr-bundles/2026_02/bcr-2225
How to adapt config?
Edit warehouses.yaml config file.
Find and replace values
resource_constraint: STANDARD_GEN_1withgeneration: 1.Find and replace values
resource_constraint: STANDARD_GEN_2withgeneration: 2.
SnowDDL default warehouse generation is still 1. Warehouses without explicitly set generation remain on "generation 1" and are not affected by this change.
Last updated