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 retry mechanism and dataframe support for WeaviateIngestOperator #36085

Merged
merged 17 commits into from
Dec 8, 2023

Conversation

utkarsharma2
Copy link
Contributor

The PR add the retry mechanism while ingesting data into Weaviate, this is needed to ensure the data that we intend to ingest is not affected by the possible network or ratelimiting issue. We also extend the support for ingestion data format to include pandas dataframe.

utkarsharma2 and others added 2 commits December 7, 2023 16:07
By moving the check to before the self.input_data assignment, we can
hint to the checker that this attribute is never None.
@utkarsharma2 utkarsharma2 merged commit a8333b7 into apache:main Dec 8, 2023
50 checks passed
@utkarsharma2 utkarsharma2 deleted the retry_batch_data branch December 8, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants