Skip to content

Commit f83cb1c

Browse files
allow using empty local_sufix
1 parent 368a8d6 commit f83cb1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbt/adapters/clickhouse/impl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def get_clickhouse_local_suffix(self):
130130
if suffix.startswith('_'):
131131
return f'{suffix}'
132132
return f'_{suffix}'
133+
return ''
133134

134135
@available.parse(lambda *a, **k: {})
135136
def get_clickhouse_local_db_prefix(self):

0 commit comments

Comments
 (0)