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 c92d4ed commit 9b4c174Copy full SHA for 9b4c174
dbt/adapters/clickhouse/impl.py
@@ -15,11 +15,9 @@
15
from dbt.contracts.relation import RelationType
16
from dbt.utils import executor
17
18
-from dbt.adapters.clickhouse import (
19
- ClickhouseColumn,
20
- ClickhouseConnectionManager,
21
- ClickhouseRelation,
22
-)
+from dbt.adapters.clickhouse.column import ClickhouseColumn
+from dbt.adapters.clickhouse.connections import ClickhouseConnectionManager
+from dbt.adapters.clickhouse.relation import ClickhouseRelation
23
24
GET_CATALOG_MACRO_NAME = 'get_catalog'
25
LIST_RELATIONS_MACRO_NAME = 'list_relations_without_caching'
0 commit comments