Skip to content

Commit

Permalink
Merge pull request #416 from ClickHouse/revert-384-main
Browse files Browse the repository at this point in the history
Revert "fix: create materialized view on cluster"
  • Loading branch information
BentsiLeviav authored Feb 6, 2025
2 parents c28b9aa + 984e0a0 commit 86724ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/clickhouse/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_on_cluster(
) -> bool:
if cluster.strip():
return (
materialized in ('materialized_view', 'view', 'dictionary')
materialized in ('view', 'dictionary')
or 'distributed' in materialized
or 'Replicated' in engine
)
Expand Down

0 comments on commit 86724ce

Please sign in to comment.