This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch task-sdk-first-code
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 54b9641430 Use DAG Context from Task SDK [skip ci]
omit 032c4bbe2e More fixes to test_dagbag.py [skip ci]
omit 9f0abf3319 [skip ci]
omit b40776416d Fix some tests in tests/models/test_dagbag.py [ci skip]
omit ad493d60c1 [skip ci]
omit e7d565cea6 [skip ci]
omit 9703a7bd38 Get more tests passing
omit 605882cc0a Start porting over all the DAG defintion code to the Task
SDK
add 15b41b458c feat: Add supported hooks to OpenLineage docs (#41958)
add be553780e5 feat: add OpenLineage support for RedshiftToS3Operator
(#41632)
add 8295eb70a1 adding import error (#43275)
add cccf0d1aa4 Add filter, sorting and pagination changes as dependency
for API. (#43188)
add 1260d9c042 Better handling masking of values of set variable (#43123)
add cdf96a8ad7 Fix Pytest caplog after PR #43153 (#43279)
add 0d4ade42a8 Change hard-coded python into "sys.executable" in
dependency check (#43281)
add 81a7cb84d6 Bump ``requests`` to ``2.32.3`` (#43284)
add 07fdfd7ddb Bump ``black`` to ``24.10.0`` (#43285)
add 5403e576ae Bump ``PyYAML`` to ``6.0.2`` in pre-commit hooks (#43283)
add e778f033bf Fix broken main with static checks (#43287)
add ad766ddd4e Bump ``ruff`` to ``0.7.0`` (#43286)
add 5b0537a4e5 Start porting over all the DAG defintion code to the Task
SDK
add e0602260d2 Get more tests passing
add 97a85ec698 [skip ci]
add dd09696b73 [skip ci]
add 22a835dd65 Fix some tests in tests/models/test_dagbag.py [ci skip]
add 7ef7c33f55 [skip ci]
add d97e067b4f More fixes to test_dagbag.py [skip ci]
add 3902acf89f Use DAG Context from Task SDK [skip ci]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (54b9641430)
\
N -- N -- N refs/heads/task-sdk-first-code (3902acf89f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 30 +-
RELEASE_NOTES.rst | 77 ++---
airflow/reproducible_build.yaml | 4 +-
airflow/ui/src/pages/DagsList/DagsList.tsx | 2 +-
airflow/utils/cli.py | 12 +-
contributing-docs/testing/helm_unit_tests.rst | 3 +-
contributing-docs/testing/unit_tests.rst | 33 +--
dev/breeze/src/airflow_breeze/global_constants.py | 16 +-
dev/stats/explore_pr_candidates.ipynb | 38 +--
.../guides/developer.rst | 9 +-
.../apache-airflow-providers-openlineage/index.rst | 2 +-
.../supported_classes.rst | 7 +-
docs/apache-airflow/core-concepts/dag-run.rst | 1 +
docs/apache-airflow/core-concepts/dags.rst | 1 +
docs/exts/providers_extensions.py | 151 +++++++++-
docs/exts/templates/openlineage.rst.jinja2 | 26 +-
hatch_build.py | 2 +-
.../amazon/aws/transfers/redshift_to_s3.py | 113 ++++++-
.../amazon/aws/transfers/s3_to_redshift.py | 2 +-
.../amazon/aws/transfers/test_redshift_to_s3.py | 330 +++++++++++++++++++++
providers/tests/edge/cli/test_edge_command.py | 21 +-
.../tests/system/papermill/input_notebook.ipynb | 2 +-
pyproject.toml | 1 +
scripts/tools/check_if_limited_dependencies.py | 2 +-
tests/utils/test_cli_util.py | 41 +++
25 files changed, 764 insertions(+), 162 deletions(-)