-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clickhouse: bulk delete dangling object storage files
Replace delete_item with delete_items in order to support bulk deletion of object storage files for gcp.
- Loading branch information
1 parent
17f5667
commit bf157ac
Showing
4 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ dependencies = [ | |
"protobuf < 3.21", | ||
"pydantic < 2", | ||
"pyyaml", | ||
"rohmu >= 2.7.0", | ||
"rohmu@git+ssh://[email protected]/Aiven-Open/rohmu#egg=45d6cca2223a0b07288094285df00898357507a8", | ||
"sentry-sdk", | ||
"starlette", | ||
"tabulate", | ||
|
@@ -132,6 +132,9 @@ astacus = "astacus.main:main" | |
[tool.hatch.version] | ||
source = "vcs" | ||
|
||
[tool.hatch.metadata] | ||
allow-direct-references = true | ||
|
||
[tool.isort] | ||
no_sections = true | ||
force_alphabetical_sort = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters