The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
dcaf82a155337e36d133ff673bafc5cf50303034 / Wei Lee <[email protected]>
Upgrade to weaviate-client to v4 (#40194)

* update min weaviate-client version to 4.4.0
* weaviate hook
    * update airflow connection to v4 style
    * migrate the following methods to v4 API
        * `test_connections`
        * `create_class` to `create_collection`
        * `get_schema` to `get_collection_configuraiton`
        * `delete_classes` to `delete_collections`
        * `query_with_vector`
        * `query_without_vector` to `query_with_text`
        * `create_object`
        * `get_object`
        * `delete_object`
        * `update_object`
        * `replace_object`
        * `object_exists`
        * `batch_data`
        * `get_or_create_object`
        * `update_collection_configuration`
        * `_generate_uuids`
        * `create_or_replace_document_objects`
        * `_delete_objects`
        * `_delete_all_documents_objects`
        * `_get_documents_to_uuid_map`
        * `_get_segregated_documents`
    * remove the following methods which are no longer supported in v4 API
        * `validate_object`
        * `update_schema`
        * `create_schema`
        * `delete_all_schema`
        * `create_or_replace_classes`
        * `_compare_schema_subset`
        * `_convert_properties_to_dict`
        * `check_subset_of_schema`
    * remove deprecated method `get_client`
    * remove unused argument retry_status_codes in `__init__`
* weaviate operators
    * migrate `WeaviateDocumentIngestOperator` and `WeaviateIngestOperator` to 
use hook with v4 API

Report URL: https://github.com/apache/airflow/actions/runs/9672286568

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to