Fix cross-provider extras in generated provider docs#67434
Closed
bobu-putheeckal wants to merge 1 commit into
Closed
Fix cross-provider extras in generated provider docs#67434bobu-putheeckal wants to merge 1 commit into
bobu-putheeckal wants to merge 1 commit into
Conversation
Member
|
PR template hasn't been followed on any of your PRs. As such I am closing all your PRs since I see little to no evidence of actual testing and mass PRs to Airflow & other repos. |
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\n- Filter cross-provider dependency docs to only advertise provider extras that are actually installable.\n- Reuse the same required-dependency exclusion used by provider pyproject generation, so required provider packages are not shown as optional extras in README/index docs.\n- Add focused Breeze coverage for the OpenLineage repro and Trino cross-provider extras table.\n\n## Tests\n- uv run pytest tests/test_packages.py::test_convert_cross_package_dependencies_to_table tests/test_packages.py::test_get_cross_provider_dependent_extras_excludes_required_dependencies\n- uv run python - <<'PY' ... get_provider_documentation_jinja_context smoke check for openlineage/trino\n- uv run --with ruff ruff check src/airflow_breeze/utils/packages.py tests/test_packages.py\n\nCloses #63891