Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for list and cancel backups #1264

Draft
wants to merge 57 commits into
base: dev/1.27
Choose a base branch
from
Draft

Conversation

dirkkul
Copy link
Collaborator

@dirkkul dirkkul commented Aug 28, 2024

No description provided.

@dirkkul dirkkul requested a review from a team as a code owner August 28, 2024 11:51
@dirkkul dirkkul marked this pull request as draft August 28, 2024 11:51
tsmith023 and others added 3 commits August 28, 2024 13:46
Add `cache_size` param to `.iterator()` to make request size mutable
@dirkkul dirkkul changed the title Add support for list backups Add support for list and cancel backups Aug 29, 2024
tsmith023 and others added 27 commits September 2, 2024 11:29
Add `generative-databricks` support in `Configure` factory
Update changelog for `v4.8.0` change
Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.20.26...py-1.7.0)

---
updated-dependencies:
- dependency-name: polars
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…ata-8.3.0

Bump importlib-metadata from 8.2.0 to 8.3.0
Bumps [validators](https://github.com/python-validators/validators) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/python-validators/validators/releases)
- [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md)
- [Commits](python-validators/validators@0.33.0...0.34.0)

---
updated-dependencies:
- dependency-name: validators
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
….26-and-lt-1.8.0

Update polars requirement from <1.3.0,>=0.20.26 to >=0.20.26,<1.8.0
…arning

Suppress outdated warning emitted by auto-gened protobuf code
raise EmptyResponseException()
return [BackupReturn(**entry) for entry in typed_response]

async def list_backups(self, backend: BackupStorage) -> List[BackupReturn]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This API call needs to be removed as it was disabled in the server side weaviate/weaviate#5797

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants