From 25b6bfee5bce0671d6f6edf8f0b5d77147344c31 Mon Sep 17 00:00:00 2001 From: "Vincent.PAUWELS" Date: Mon, 13 Nov 2023 12:09:29 +0100 Subject: [PATCH] beauty --- dbt/include/glue/macros/adapters.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/dbt/include/glue/macros/adapters.sql b/dbt/include/glue/macros/adapters.sql index ec12eaa6..380eb241 100644 --- a/dbt/include/glue/macros/adapters.sql +++ b/dbt/include/glue/macros/adapters.sql @@ -38,7 +38,6 @@ {%- endcall %} {% endmacro %} - {% macro glue__make_temp_relation(base_relation, suffix) %} {% set tmp_identifier = base_relation.identifier ~ suffix %} {% set tmp_relation = base_relation.incorporate(path={"schema": base_relation.schema, "identifier": tmp_identifier}) -%}