Skip to content

Commit

Permalink
Merge pull request #312 from ward-resa/wip/issue309
Browse files Browse the repository at this point in the history
stage_external_sources Comparing source_name of the node instead of the name of the node
  • Loading branch information
dataders authored Oct 25, 2024
2 parents 837bf31 + edc8b68 commit b95d4e3
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.source_name %}
{% if src == node.name %}
{% do sources_to_stage.append(node) %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit b95d4e3

Please sign in to comment.