You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, is there a reason behind using <model>_v0 as model version makes dbt throws a Unhandled error while executing when compiling a model referring to the versioned model? I can run the versioned model with no problem but models referring to it will fail.
Switching from v0 to v1 works as expected.
I think it's just that this line (which is there for type checking):
github-actionsbot
changed the title
[Bug] Support model v0 for "latest" ref resolution
[CT-2601] [Bug] Support model v0 for "latest" ref resolution
May 25, 2023
community Slack thread
I think it's just that this line (which is there for type checking):
dbt-core/core/dbt/contracts/graph/manifest.py
Line 207 in 7c1bd91
Should be changed to:
Because
0
is falsy, but it is notNone
Reproduction/test case
The text was updated successfully, but these errors were encountered: