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
The var should be resolved in both instances. Vars available in the global scope should behave as if they were in package scope unless overridden by package scope.
System information
Which database are you using dbt with?
postgres
redshift
bigquery
snowflake
other (specify: ____________)
The output of dbt --version:
dbt 0.17.0rc1
Any OS, any Python, any database
The text was updated successfully, but these errors were encountered:
Steps to reproduce
(copy+pasted from Claire in slack)
Add a variable to a package, e.g.:
Install the package in another project, and dbt compile
Get this error:
Expected behavior:
The var should be resolved in both instances. Vars available in the global scope should behave as if they were in package scope unless overridden by package scope.
System information
Which database are you using dbt with?
The output of
dbt --version
:Any OS, any Python, any database
The text was updated successfully, but these errors were encountered: