Skip to content

Commit fd3f277

Browse files
authored
Merge pull request #330 from dbt-labs/revert-312-wip/issue309
Revert "stage_external_sources Comparing source_name of the node instead of the name of the node"
2 parents ce4751e + 8d74030 commit fd3f277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/common/stage_external_sources.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% do sources_to_stage.append(node) %}
1818
{% endif %}
1919
{% else %}
20-
{% if src == node.name %}
20+
{% if src == node.source_name %}
2121
{% do sources_to_stage.append(node) %}
2222
{% endif %}
2323
{% endif %}

0 commit comments

Comments
 (0)