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 change introduced in the issue #309 and the related commit are probably the source, because the code part that handles a whole source is restricted to a single table now.
Describe the bug
In Version 0.10.0 it is not possible anymore to stage all external sources related to a source_name.
In my understanding:
node.name
references a table in a source whilenode.source_name
references the whole sourceThe change introduced in the issue #309 and the related commit are probably the source, because the code part that handles a whole source is restricted to a single table now.
Steps to reproduce
Expected results
Actual results
Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
I only tested Redshift, but since the change was in
macros/common/stage_external_sources.sql
it probably affects all databases.The output of
dbt --version
:The operating system you're using:
Windows 11 Enterprise
The output of
python --version
:Python 3.10.15
Additional context
The text was updated successfully, but these errors were encountered: