diff --git a/dbt/macros/helpers/tempdata_cleanup.sql b/dbt/macros/helpers/tempdata_cleanup.sql index 002b0c9..2e383e2 100644 --- a/dbt/macros/helpers/tempdata_cleanup.sql +++ b/dbt/macros/helpers/tempdata_cleanup.sql @@ -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 %}