Skip to content

Commit

Permalink
korjattu typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matz Rasmus committed Oct 28, 2024
1 parent a29fe30 commit 8251f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/macros/helpers/tempdata_cleanup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% set sql = 'vacuum full stg.stg_'+table %}
{% do run_query(sql) %}
{{ print ('Completed cleaning table '+table) }}
{{ print (--------------------------------------------------------------) }}
{{ print ('--------------------------------------------------------------') }}
{% endfor %}
{% endif %}
{%- endmacro %}

0 comments on commit 8251f31

Please sign in to comment.