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 fd1085d4cb [skip ci]
omit 21adc42630 [skip ci]
omit 49942a298a Get more tests passing
omit 5d661dbca9 Start porting over all the DAG defintion code to the Task
SDK
add c5776c5550 Fix Edge Worker handles orphaned PID files (#43153)
add 0f38be1f95 Skip example importability tests for providers in non-main
branches (#43260)
add b44a889f19 AIP-84 Get Pools (#43223)
add 65f313e0ab Start porting over all the DAG defintion code to the Task
SDK
add 975290bd28 Get more tests passing
add cf0c4d0e5c [skip ci]
add ed55dbbde3 [skip ci]
add 17460029c0 Fix some tests in tests/models/test_dagbag.py [ci skip]
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 (fd1085d4cb)
\
N -- N -- N refs/heads/task-sdk-first-code (17460029c0)
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:
airflow/api_connexion/endpoints/pool_endpoint.py | 1 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 78 +++++++++++++++++++++-
.../api_fastapi/core_api/routes/public/pools.py | 36 +++++++++-
.../core_api/serializers/connections.py | 2 +-
airflow/api_fastapi/core_api/serializers/pools.py | 9 ++-
airflow/ui/openapi-gen/queries/common.ts | 20 ++++++
airflow/ui/openapi-gen/queries/prefetch.ts | 26 ++++++++
airflow/ui/openapi-gen/queries/queries.ts | 35 ++++++++++
airflow/ui/openapi-gen/queries/suspense.ts | 35 ++++++++++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 22 +++++-
airflow/ui/openapi-gen/requests/services.gen.ts | 32 +++++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 45 ++++++++++++-
providers/src/airflow/providers/edge/CHANGELOG.rst | 8 +++
.../src/airflow/providers/edge/cli/edge_command.py | 26 +++++++-
providers/src/airflow/providers/edge/provider.yaml | 4 +-
providers/tests/edge/cli/test_edge_command.py | 44 ++++++++++--
.../src/airflow/sdk/definitions/baseoperator.py | 3 +
tests/always/test_example_dags.py | 7 ++
.../core_api/routes/public/test_connections.py | 2 +-
.../core_api/routes/public/test_pools.py | 31 ++++++++-
20 files changed, 448 insertions(+), 18 deletions(-)