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

kalyanr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from c2bd43a2c37 Check for task concurrency parameters inside encoded 
object & partial_kwargs to handle dynamic tasks. (#49708)
     add e564f1ba291 use NonNegativeInt for backfill_id (#49691)

No new revisions were added by this update.

Summary of changes:
 .../auth/managers/models/resource_details.py       |  4 ++-
 .../api_fastapi/core_api/datamodels/backfills.py   |  4 ++-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  1 +
 .../core_api/openapi/v1-rest-api-generated.yaml    | 10 +++++-
 .../core_api/routes/public/backfills.py            |  9 ++---
 .../src/airflow/api_fastapi/core_api/security.py   |  3 +-
 airflow-core/src/airflow/models/dag.py             |  5 +--
 airflow-core/src/airflow/models/dagrun.py          |  3 +-
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  2 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  2 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  2 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  | 14 ++++----
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  2 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  1 +
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  8 ++---
 .../ui/src/components/Banner/BackfillBanner.tsx    | 12 +++++--
 .../core_api/routes/public/test_backfills.py       | 40 ++++++++++++++++++++++
 .../src/airflowctl/api/datamodels/generated.py     |  2 +-
 .../tests/airflow_ctl/api/test_operations.py       |  6 +++-
 .../aws/auth_manager/test_aws_auth_manager.py      |  2 +-
 20 files changed, 100 insertions(+), 32 deletions(-)

Reply via email to