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

ash pushed a change to branch precommmit-generate-tasksdk-datamodel
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 8b1617a86e7 fixup! Auto-generate the Pydantic datamodels for TaskSDK 
in pre-commit
    omit 0b2bb20642c Auto-generate the Pydantic datamodels for TaskSDK in 
pre-commit
     add 8d3c8bf3589 Return 400 for dag_run_id with include_past/include_future 
in clearTaskInstances API (#47036)
     add 6f83dda4703 More import aliases in airflow.sdk (#46889)
     add be464b48d6b Bump number of PRs the PROTM script considers (#47044)
     add 42406162cac AIP-38 Fix MapIndex table sorting (#47027)
     add 99c9e48aed6 Pool name shouldn't be updated via pool PATCH API call 
(#46986)
     add 5946e60f439 AIP-84 Fix sqlite test lock error on logs (#47016)
     add adf36ff78b8 Web stack injectable path documentation (#46974)
     add 2ff7be862a4 Auto-generate the Pydantic datamodels for TaskSDK in 
pre-commit

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   (8b1617a86e7)
            \
             N -- N -- N   refs/heads/precommmit-generate-tasksdk-datamodel 
(2ff7be862a4)

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                            |  3 +-
 .../api_fastapi/core_api/routes/public/pools.py    |  6 +-
 .../core_api/routes/public/task_instances.py       | 10 +++-
 airflow/example_dags/example_params_trigger_ui.py  |  6 +-
 airflow/example_dags/example_params_ui_tutorial.py |  4 +-
 .../ui/src/components/ActionAccordion/columns.tsx  |  2 +-
 airflow/ui/src/components/Clear/columns.tsx        |  2 +-
 airflow/ui/src/pages/TaskInstance/Header.tsx       |  2 +-
 airflow/ui/src/pages/TaskInstances.tsx             |  2 +-
 dev/stats/get_important_pr_candidates.py           |  2 +-
 .../administration-and-deployment/index.rst        |  1 +
 .../web-stack.rst}                                 | 21 ++++---
 task_sdk/src/airflow/sdk/__init__.py               | 32 +++++++---
 .../core_api/routes/public/test_assets.py          | 11 ++--
 .../core_api/routes/public/test_backfills.py       |  6 +-
 .../core_api/routes/public/test_connections.py     |  7 ++-
 .../core_api/routes/public/test_dag_parsing.py     | 14 ++---
 .../core_api/routes/public/test_dag_run.py         |  2 +
 .../core_api/routes/public/test_pools.py           | 50 +++++-----------
 .../core_api/routes/public/test_task_instances.py  | 25 ++++++++
 tests_common/test_utils/api_fastapi.py             | 68 ++++++++++++++++++++++
 21 files changed, 188 insertions(+), 88 deletions(-)
 copy docs/apache-airflow/{tutorial/index.rst => 
administration-and-deployment/web-stack.rst} (57%)
 create mode 100644 tests_common/test_utils/api_fastapi.py

Reply via email to