Skip to content

Commit

Permalink
Set settings on local #1055
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Apr 5, 2024
1 parent 881a0b9 commit a4904a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dlt/destinations/impl/clickhouse/clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ def __init__(
qualified_table_name,
file_path,
fmt=clickhouse_format,
settings={
"allow_experimental_lightweight_delete": 1,
"allow_experimental_object_type": 1,
},
)
except clickhouse_connect.driver.exceptions.Error as e:
raise LoadJobTerminalException(
Expand Down

0 comments on commit a4904a8

Please sign in to comment.