Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svdimchenko committed Jul 28, 2023
1 parent 8fe2474 commit 46572d4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
{{ drop_relation(old_relation_bkp) }}
{%- endif -%}

{% call statement("main") %}
SELECT 'SUCCESSFULLY CREATED TABLE {{ target_relation }}';
{% endcall %}

{%- endif -%}

{% call statement("main") %}
SELECT 'SUCCESSFULLY CREATED TABLE {{ target_relation }}';
{% endcall %}

{{ run_hooks(post_hooks) }}

{% if lf_tags_config is not none %}
Expand Down

0 comments on commit 46572d4

Please sign in to comment.