Skip to content

Commit

Permalink
Use schema.identifier instead of source_name.name
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Apr 1, 2020
1 parent 570f7f1 commit ba4d9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/external/stage_external_sources.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% if node.resource_type == 'source' and node.external.location != none %}

{% set ts = modules.datetime.datetime.now().strftime('%H:%M:%S') %}
{%- do log(ts ~ ' + Staging external table ' ~ node.source_name ~ '.' ~ node.name, info = true) -%}
{%- do log(ts ~ ' + Staging external table ' ~ node.schema ~ '.' ~ node.identifier, info = true) -%}

{%- set run_queue = [] -%}

Expand Down

0 comments on commit ba4d9d3

Please sign in to comment.