CI: Fix uv.lock by removing coordinator distribution#1585
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0f73cf062c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
Pull request overview
Cleanup PR following #1580 (which moved the coordinator implementation back into the SDK). Removes leftover references to the now-deleted apache-airflow-coordinators-java workspace member from the root uv.lock, pyproject.toml workspace members list, docker-compose test mount files, and the namespace-extending shim in task-sdk/src/airflow/sdk/__init__.py.
Changes:
- Remove
apache-airflow-coordinators-javafromuv.lockmembers and its package entry. - Remove
sdk/coordinators/javaworkspace member from rootpyproject.toml. - Remove coordinator mount entries from docker-compose tests/remove sources YAMLs and drop the
pkgutil.extend_pathshim inairflow.sdk.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Drops the coordinator member and its package metadata block; incidental marker/wheel diffs from uv lock regeneration. |
| pyproject.toml | Removes sdk/coordinators/java from workspace members. |
| scripts/ci/docker-compose/tests-sources.yml | Removes coordinator tests bind mount. |
| scripts/ci/docker-compose/remove-sources.yml | Removes coordinator src empty mount. |
| task-sdk/src/airflow/sdk/init.py | Removes the pkgutil.extend_path namespace shim no longer needed after coordinator moved into SDK. |
|
Codex Review: Didn't find any major issues. Chef's kiss. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
ebe061c
into
task-sdk/feature/coordinator-interface
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
* CI: Fix uv.lock by removing coordinator distribution * Remove the remaining entry catch by codex bot
What
We should remove
apache-airflow-coordinators-javauv member from rootuv.lock.