Update Weaviate examples for client 4.16 API#67343
Open
henry3260 wants to merge 1 commit into
Open
Conversation
henry3260
force-pushed
the
upgrade-example-dag-in-weaviate
branch
2 times, most recently
from
May 22, 2026 18:26
686cf2d to
080eaaf
Compare
henry3260
marked this pull request as ready for review
May 23, 2026 05:52
Contributor
Author
|
cc @Lee-W |
henry3260
force-pushed
the
upgrade-example-dag-in-weaviate
branch
from
May 23, 2026 06:50
080eaaf to
eeece9d
Compare
Lee-W
self-requested a review
May 23, 2026 07:13
Contributor
|
Quickest fix: git fetch upstream main && git rebase upstream/main
rm uv.lock && uv lock
git add uv.lock && git rebase --continue
git push --force-with-leaseAutomated nudge — ignore if you're not ready to rebase. This comment is updated in place on future |
henry3260
force-pushed
the
upgrade-example-dag-in-weaviate
branch
from
June 7, 2026 09:52
eeece9d to
3964e53
Compare
potiuk
marked this pull request as draft
June 18, 2026 21:47
henry3260
force-pushed
the
upgrade-example-dag-in-weaviate
branch
2 times, most recently
from
June 21, 2026 19:26
ac9f8a4 to
5caf588
Compare
henry3260
marked this pull request as ready for review
June 21, 2026 19:27
henry3260
force-pushed
the
upgrade-example-dag-in-weaviate
branch
2 times, most recently
from
June 22, 2026 08:49
4a1408b to
08a1203
Compare
Member
|
This has some version drift from main (mainly grpcio stuff). Probably need to rebase and re-generate uv.lock. |
henry3260
force-pushed
the
upgrade-example-dag-in-weaviate
branch
from
July 13, 2026 12:39
08a1203 to
f6d2116
Compare
Contributor
Author
|
CI greens now |
Lee-W
approved these changes
Jul 16, 2026
Member
|
will need to update uv.lock |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Update Weaviate system example Dags for the Python client 4.16 vector configuration API.
The examples now use
vector_config/Configure.Vectorsinstead of the deprecatedvectorizer_config/Configure.Vectorizer, and explicitly useConfigure.Vectors.self_provided()where vectors are supplied by the Dag.The provider now requires
weaviate-client>=4.16.4,!=4.16.7to use the new APIwhile avoiding the documented 4.16.0-4.16.3 invalid-properties behavior and the
known 4.16.7 protobuf issue.
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.Important
🛠️ Maintainer triage note for @henry3260 · by
@potiuk· 2026-06-17 14:51 UTCHelpful heads-up from the maintainers — please address before this PR can be reviewed:
CI image checks / Static checks). Run them locally withprek run --all-files(orpre-commit run --all-files) and push the fixes.Additional CI image checks / Check that image builds quickly. Reproduce and fix locally, then push.The ball is in your court — you've been assigned to this PR. Fix the above, then mark it Ready for review.
Automated triage — may be imperfect; a maintainer takes the next look.