We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4430fdd commit 3f6be94Copy full SHA for 3f6be94
dbt/include/clickhouse/macros/adapters.sql
@@ -41,7 +41,7 @@
41
'Hive'
42
] -%}
43
44
- {%- if engine is none or any(engine_type in engine for engine_type in ['MergeTree', 'MergeTree()']) or engine in supported %}
+ {%- if engine is none or 'MergeTree' in engine or engine in supported %}
45
{%- if cols is not none %}
46
{%- if cols is string -%}
47
{%- set cols = [cols] -%}
0 commit comments