Skip to content

Commit a5f64f1

Browse files
committed
Remove logging
1 parent dbea9b7 commit a5f64f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dbt/include/dremio/macros/materializations/twin_strategy.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ limitations under the License.*/
1414

1515
{%- macro apply_twin_strategy(target_relation) -%}
1616
{%- set twin_strategy = config.get('twin_strategy', validator=validation.any[basestring]) or 'clone' -%}
17-
{{ log("TARGET: " ~ target_relation, True) }}
1817
{%- if target_relation.type == 'view' -%}
1918
{%- if twin_strategy != 'allow' -%}
2019
{%- set table_relation = api.Relation.create(

0 commit comments

Comments
 (0)