Skip to content

Commit

Permalink
beauty
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent.PAUWELS committed Nov 13, 2023
1 parent 7295153 commit 25b6bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/include/glue/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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}) -%}
Expand Down

0 comments on commit 25b6bfe

Please sign in to comment.