Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn committed Mar 30, 2024
1 parent 77c639a commit fd5fee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/include/timescaledb/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
{# https://github.com/dbt-labs/dbt-core/issues/9124 #}
{% macro timescaledb__rename_relation(from_relation, to_relation) -%}
{% set target_name = adapter.quote_as_configured(to_relation.identifier, 'identifier') %}
{{ log('from_relation: ' ~ from_relation, info=True) }}
{% call statement('rename_relation') -%}
{{ get_rename_sql(from_relation, target_name) }}
{%- endcall %}
Expand Down

0 comments on commit fd5fee8

Please sign in to comment.