This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch task-sdk-first-code
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 96390cf636 [skip ci]
    omit 075eed424d [skip ci]
    omit 8c19ed31ec Get more tests passing
    omit 84f329bfcd Start porting over all the DAG defintion code to the Task 
SDK
     add 3b3930cc57 Update provider structure diagram in source code (#43220)
     add 2be177b792 BugFix(Operators.rst): Update operators.rst on adding 
SQLExecuteQueryOperator (#43216)
     add bb7016dea8 Update ``trove-classifiers`` to ``2024.10.21.16`` (#43229)
     add 979d750b22 Temporarily limits WTForms to below 3.2.0 (#43233)
     add db6e103947 More correctly work around `uv sync` issue with python 
3.10+ only dep (#43227)
     add b7a2bfec38 Do not fail the build if only trove-classifiers change 
(#43236)
     add 509428b1c1 Changed conf property from str to dict in SparkSqlOperator 
(#42835)
     add ccd7b86142 Remove unnecessary return value from 
`jenkins_request_with_headers` (#43207)
     add e213178e0d AIP-84 Get Pool (#43221)
     add d122ebf3a6 Fix `tmux` error (#43246)
     add ae90a8f491 Fix alembic template & make pre-commit more resilient 
(#43244)
     add fcfc6f96df Mark sometimes failing heartbeat test and view test as 
flaky (#43250)
     add e7d83ddcc4 nit: remove taskgroup's tooltip from OL's AirflowJobFacet 
(#43152)
     add 5d661dbca9 Start porting over all the DAG defintion code to the Task 
SDK
     add 49942a298a Get more tests passing
     add 21adc42630 [skip ci]
     add c0a7b96c4a [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   (96390cf636)
            \
             N -- N -- N   refs/heads/task-sdk-first-code (c0a7b96c4a)

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:
 .github/workflows/basic-tests.yml                  |  2 +
 .pre-commit-config.yaml                            |  2 +
 airflow/api_connexion/endpoints/pool_endpoint.py   |  1 +
 .../api_fastapi/core_api/openapi/v1-generated.yaml | 92 ++++++++++++++++++++++
 .../api_fastapi/core_api/routes/public/pools.py    | 19 ++++-
 airflow/api_fastapi/core_api/serializers/pools.py  | 47 +++++++++++
 airflow/migrations/script.py.mako                  |  4 +-
 airflow/models/baseoperator.py                     | 58 +++++++++++---
 airflow/ui/openapi-gen/queries/common.ts           | 16 ++++
 airflow/ui/openapi-gen/queries/prefetch.ts         | 21 +++++
 airflow/ui/openapi-gen/queries/queries.ts          | 26 ++++++
 airflow/ui/openapi-gen/queries/suspense.ts         | 27 +++++++
 airflow/ui/openapi-gen/requests/schemas.gen.ts     | 67 ++++++++++++++++
 airflow/ui/openapi-gen/requests/services.gen.ts    | 26 ++++++
 airflow/ui/openapi-gen/requests/types.gen.ts       | 47 +++++++++++
 docs/apache-airflow/core-concepts/operators.rst    |  6 +-
 docs/apache-airflow/img/airflow_erd.sha256         |  2 +-
 generated/provider_dependencies.json               |  1 +
 hatch_build.py                                     |  9 ++-
 .../providers/MANAGING_PROVIDERS_LIFECYCLE.rst     | 90 +++++++++++----------
 .../providers/apache/spark/hooks/spark_sql.py      | 11 ++-
 .../providers/apache/spark/operators/spark_sql.py  |  2 +-
 .../src/airflow/providers/cloudant/provider.yaml   |  7 +-
 .../jenkins/operators/jenkins_job_trigger.py       |  8 +-
 .../airflow/providers/openlineage/utils/utils.py   |  1 -
 .../tests/apache/spark/hooks/test_spark_sql.py     | 36 ++++++++-
 providers/tests/openlineage/utils/test_utils.py    |  7 --
 pyproject.toml                                     |  2 +-
 .../pre_commit/base_operator_partial_arguments.py  | 80 +++++++++++++++----
 scripts/ci/pre_commit/update_build_dependencies.py | 24 +++++-
 scripts/in_container/bin/run_tmux                  |  4 +-
 scripts/in_container/run_migration_reference.py    |  4 +-
 task_sdk/src/airflow/sdk/definitions/dag.py        | 77 ++++++++----------
 task_sdk/tests/defintions/test_dag.py              | 68 ++++++++++++++++
 .../core_api/routes/public/test_pools.py           | 25 ++++++
 tests/jobs/test_local_task_job.py                  |  1 +
 tests/models/test_dag.py                           | 65 +--------------
 tests/www/views/test_views_tasks.py                |  1 +
 38 files changed, 774 insertions(+), 212 deletions(-)
 create mode 100644 airflow/api_fastapi/core_api/serializers/pools.py

Reply via email to