Skip to content

Commit

Permalink
Merge pull request #17 from fishtown-analytics/fix/log-info-output
Browse files Browse the repository at this point in the history
Use schema.identifier for log info out
  • Loading branch information
jtcohen6 authored Apr 1, 2020
2 parents 570f7f1 + ba4d9d3 commit 88696df
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 88696df

Please sign in to comment.