We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbea9b7 commit a5f64f1Copy full SHA for a5f64f1
dbt/include/dremio/macros/materializations/twin_strategy.sql
@@ -14,7 +14,6 @@ limitations under the License.*/
14
15
{%- macro apply_twin_strategy(target_relation) -%}
16
{%- set twin_strategy = config.get('twin_strategy', validator=validation.any[basestring]) or 'clone' -%}
17
- {{ log("TARGET: " ~ target_relation, True) }}
18
{%- if target_relation.type == 'view' -%}
19
{%- if twin_strategy != 'allow' -%}
20
{%- set table_relation = api.Relation.create(
0 commit comments