From 8251f31e75f5feb654c1501ee9106d7652f805cc Mon Sep 17 00:00:00 2001 From: Matz Rasmus Date: Mon, 28 Oct 2024 09:31:14 +0200 Subject: [PATCH] korjattu typo --- dbt/macros/helpers/tempdata_cleanup.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}