Skip to content

Commit

Permalink
remove instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Nov 19, 2024
1 parent 430a848 commit 86531c9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@
{% if not target_relation_exists %}

{% set build_sql = build_snapshot_table(strategy, model['compiled_code']) %}
{{ log("--- build_sql: " ~ build_sql, info=true) }}
{% set build_or_select_sql = build_sql %}
{% set final_sql = create_table_as(False, target_relation, build_sql) %}
{{ log("--- final_sql: " ~ final_sql, info=true) }}

{% else %}

Expand Down

0 comments on commit 86531c9

Please sign in to comment.