-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
draftWork in progress, not ready for reviewWork in progress, not ready for review
Description
Add CLI support for the new collection export functionality from the Python client (weaviate/weaviate-python-client#1981).
New Commands
create export-collection- Create a collection exportget export-collection- Get export statuscancel export-collection- Cancel a running export
Supported Options
--export_id- Export identifier--backend- Storage backend (filesystem, s3, gcs, azure)--file_format- Export file format (parquet)--include/--exclude- Collection filtering--wait- Wait for completion--bucket/--path- Storage config--json- JSON output
Tasks
- Add defaults dataclass
- Add ExportManager
- Add CLI commands (create, get, cancel)
- Add unit tests
- Add integration tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
draftWork in progress, not ready for reviewWork in progress, not ready for review