Skip to content

Commit c13ee25

Browse files
authored
Merge pull request #450 from ClickHouse/fix-449
fix missing database_engine error
2 parents 65588be + 43a1e97 commit c13ee25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/adapters/clickhouse/relation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def create_from(
137137
else:
138138
# quoting is only available for non-source nodes
139139
cluster = quoting.credentials.cluster or ""
140-
database_engine = quoting.credentials.database_engine
140+
database_engine = quoting.credentials.database_engine or ""
141141

142142
if (
143143
cluster

0 commit comments

Comments
 (0)