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 c0d765b1a7 fix some tests [skip ci]
    omit 11e4304e3a Fix serialization
    omit 5ab389354d Fix mypy typing
    omit eb321aba51 Fix default pool
    omit 064eb07e64 make mpypy happy [skip ci]
    omit f9baa155b7 fix more stest [skip-ci]
    omit ccd6508892 Update pre-commit scripts.
    omit 480222dece Use attrs converters for access_control [skip ci]
    omit b4c8573858 [skip-ci]
    omit ce7d395d6a Replace DagContext from core to Task SDK [skip ci]
    omit 484c283bb3 Use DAG Context from Task SDK [skip ci]
    omit 7a177f71fe More fixes to test_dagbag.py [skip ci]
    omit d612127100 [skip ci]
    omit 1b6b910cb6 Fix some tests in  tests/models/test_dagbag.py [ci skip]
    omit 410e275c7f [skip ci]
    omit 9bd58b07da [skip ci]
    omit 244d3571b9 Get more tests passing
    omit b8fae1064f Start porting over all the DAG defintion code to the Task 
SDK
     add dc91d07e29 fix test_create_backfill test: include reprocess_behavior 
parameter in assert (#43457)
     add fba17703b7 Fix(http) bug, pass request_kwargs to HttpHooK.run (#43459)
     add cfae566f7e Correct question type for prepare-provider-documentation 
(#43417)
     add 798a0a705e Allowing (d) classification while classifying changes 
(#43463)
     add e485bd6190 Bump `ruff` to `0.7.1` (#43452)
     add c587c307a3 Start porting over all the DAG defintion code to the Task 
SDK
     add 817a36e6a3 Get more tests passing
     add 8bd96e7150 [skip ci]
     add 5850bca223 [skip ci]
     add 03e6959845 Fix some tests in  tests/models/test_dagbag.py [ci skip]
     add 934c9ec814 [skip ci]
     add cd62a487c2 More fixes to test_dagbag.py [skip ci]
     add 5867b1e963 Use DAG Context from Task SDK [skip ci]
     add 016e01f421 Replace DagContext from core to Task SDK [skip ci]
     add e30c992496 [skip-ci]
     add c2fbcf8a7d Use attrs converters for access_control [skip ci]
     add f123f6e325 Update pre-commit scripts.
     add cd6c3f01a6 fix more stest [skip-ci]
     add b3b7cc58b4 make mpypy happy [skip ci]
     add 4ab817b01b Fix default pool
     add 459a24ebfc Fix mypy typing
     add 16cfa32862 Fix serialization
     add 3acfb5c9b7 fix some tests [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   (c0d765b1a7)
            \
             N -- N -- N   refs/heads/task-sdk-first-code (3acfb5c9b7)

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                             |  4 ++--
 .../prepare_providers/provider_documentation.py     |  6 +++---
 hatch_build.py                                      |  2 +-
 .../src/airflow/providers/http/operators/http.py    | 21 ++++++++++++++++++---
 .../src/airflow/providers/http/sensors/http.py      |  3 +++
 .../api_endpoints/test_backfill_endpoint.py         |  1 +
 6 files changed, 28 insertions(+), 9 deletions(-)

Reply via email to