Skip to content

Commit

Permalink
Merge pull request #330 from dbt-labs/revert-312-wip/issue309
Browse files Browse the repository at this point in the history
Revert "stage_external_sources Comparing source_name of the node instead of the name of the node"
  • Loading branch information
dataders authored Dec 18, 2024
2 parents ce4751e + 8d74030 commit fd3f277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/common/stage_external_sources.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% do sources_to_stage.append(node) %}
{% endif %}
{% else %}
{% if src == node.name %}
{% if src == node.source_name %}
{% do sources_to_stage.append(node) %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit fd3f277

Please sign in to comment.