Skip to content

Commit 93a182a

Browse files
authored
fix: cached query_settings (#73)
1 parent 945f97d commit 93a182a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

housewatch/clickhouse/backups.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def execute_backup(
2828
base_backup: Optional[str] = None,
2929
is_sharded: bool = False,
3030
):
31+
query_settings = {}
3132
"""
3233
This function will execute a backup on each shard in a cluster
3334
This is very similar to run_query_on_shards but it has very specific params

0 commit comments

Comments
 (0)