Skip to content

Commit

Permalink
fix: cached query_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Daesgar committed Jul 8, 2024
1 parent 945f97d commit 97936e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions housewatch/clickhouse/backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def execute_backup(
base_backup: Optional[str] = None,
is_sharded: bool = False,
):
query_settings = {}
"""
This function will execute a backup on each shard in a cluster
This is very similar to run_query_on_shards but it has very specific params
Expand Down

0 comments on commit 97936e7

Please sign in to comment.