[CT-3013] [Bug] non_additive_dimension
property window_groupings
should be optional but isn't
#8453
Closed
2 tasks done
Is this a new bug in dbt-core?
Current Behavior
Currently if you specify a
measure
with anon_additive_dimension
that doesn't have awindow_groupings
property you get an error. The work around is to specify an empty list, i.e.window_groupings: []
Expected Behavior
No error should be raised if
window_groupings
isn't specifiedSteps To Reproduce
dbt parse
Relevant log output
Environment
Which database adapter are you using with dbt?
snowflake
Additional Context
No response
The text was updated successfully, but these errors were encountered: