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
Specifically, this would affect any project with sources defined, that is doing a manifest comparison across v1.3 → v1.4. If their last dbt run was on v1.3 (or earlier), and they use a manifest from that run in a state:modified run with v1.4, they will run into this error.
This method exists to make that cross-version comparison possible. There was a bug in the method.
Is this a regression in a recent version of dbt-core?
Current Behavior
local variable 'exposure_content' referenced before assignment
error due toexposure_content
being referenced instead ofsource_content
Expected/Previous Behavior
This is new in 1.4.0
dbt deps will not fail with error above
Steps To Reproduce
or
Relevant log output
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: