Skip to content
Prev Previous commit
Next Next commit
add logging back to get_create_materialized_view_as_sql
  • Loading branch information
mikealfare committed Aug 21, 2023
commit cefc7d4f0a94a6b7447a62e38e9b2c1f6150d9f8
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% macro get_create_materialized_view_as_sql(relation, sql) -%}
{{- log('Applying CREATE to: ' ~ relation) -}}
{{- adapter.dispatch('get_create_materialized_view_as_sql', 'dbt')(relation, sql) -}}
{%- endmacro %}

Expand Down