This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/airflow-ctl/datamodel-code-generator-http--0.32.0
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 5ff2430143a Bump datamodel-code-generator[http] in /airflow-ctl
add d2638d7d1f4 Additional usages of timezone in AWS Provider (#53986)
add 647b1b9380c Add type annotation for dev system tests (#53979)
add 25c702ed458 Fix elements nesting warning in DataTable (#53980)
add 2156fce0be5 Fix nth-child warning (#53982)
add cf478dd9f5d fix(i18n): Namespace i18n keys for Backfills view (#53992)
add 828fd91811f Remove parameter from Edge example (#53997)
add 5e57b625a07 i18n(Ko): add missing translations (#53978)
add 2b56677c414 Allow overriding schedulerName on worker/tasks pods
(#53983)
add 519a9e1cb5c Fix AWS Lambda executor error handling for DLQ vs task
failures (#53990)
add e4a8d6b7c62 feat(hitl): add HITLBranchOperator (#53960)
add 79e6fd398e7 Fix dag_versions property when created_dag_version is None
with bundle_version set (#53952)
add 24c5b914cbe Add ALL_DONE_MIN_ONE_SUCCESS trigger rule (#53959)
add bbca500d712 Fix version for `parsing_pre_import_modules` config option
move (#53995)
add 9b6192c5291 build(pre-commit): upgrade node version to 22.18.0 and
flynt 1.0.6 (#54009)
add d2449821512 Fix AIRFLOW_API_APPS constant in api_server_command
(#54007)
add 511dc0014de Fix the google cloud provider RayHook protobuf
compatibility (#54014)
add bcc64a255e4 Conn docs extra fix (#53942)
add e8d424e99bb Terminate pool when timeout is reached for parallel tests.
(#53860)
add 811b7bb8776 Add support for taking the config file as a dict for
KubernetesHook (#53126)
add 5361f95bc28 Fix missing prefetch arg to SFTPOperator (#53906)
add ba3fc37e15f Fix flaky test test_alias (#54001)
add fa0918902f8 fix: Add FAB configs for cookie security (#53542)
add b20d6fe0ee1 Fix toaster messages (#54019)
add 4e2885acb1d i18n(tw): Add missing translations (#53991)
add bb87ad5da72 unmount dialog & add onOpen (#53307)
add 0897c0b4be1 Fill translation gap in PL - 19.07.2025 (#53528)
add 80a95ff0380 Increase zIndex for tooltip visibility in GridTI component
(#53913)
add e334620f855 Support executor_config on Lambda Executor (#53994)
add ee306b4738d Fix the google provider vertex_ai ImportDataOperator
(#53865)
add 47f85f0042e Upgrade ruff to 0.12.7 (#54026)
add e808a470968 Bump datamodel-code-generator[http] in /airflow-ctl
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 (5ff2430143a)
\
N -- N -- N
refs/heads/dependabot/pip/airflow-ctl/datamodel-code-generator-http--0.32.0
(e808a470968)
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/run-unit-tests.yml | 1 +
.pre-commit-config.yaml | 10 +-
airflow-core/docs/core-concepts/dags.rst | 1 +
.../src/airflow/cli/commands/api_server_command.py | 9 +-
.../src/airflow/cli/commands/config_command.py | 4 +
airflow-core/src/airflow/configuration.py | 2 +-
airflow-core/src/airflow/models/dagrun.py | 2 +-
.../src/airflow/ti_deps/deps/trigger_rule_dep.py | 46 ++++++
.../airflow/ui/public/i18n/locales/ko/admin.json | 1 +
.../airflow/ui/public/i18n/locales/ko/common.json | 1 +
.../airflow/ui/public/i18n/locales/pl/common.json | 26 ++-
.../ui/public/i18n/locales/pl/components.json | 12 +-
.../src/airflow/ui/public/i18n/locales/pl/dag.json | 4 +-
.../airflow/ui/public/i18n/locales/pl/dags.json | 12 +-
.../ui/public/i18n/locales/zh-TW/admin.json | 4 +
.../ui/public/i18n/locales/zh-TW/assets.json | 1 +
.../ui/public/i18n/locales/zh-TW/common.json | 23 ++-
.../ui/public/i18n/locales/zh-TW/components.json | 3 +
.../airflow/ui/public/i18n/locales/zh-TW/dag.json | 8 +-
.../airflow/ui/public/i18n/locales/zh-TW/dags.json | 4 +-
.../ui/src/components/DataTable/DataTable.tsx | 2 +-
.../ui/src/components/EditableMarkdownButton.tsx | 10 +-
.../src/components/FlexibleForm/FlexibleForm.tsx | 2 +-
.../airflow/ui/src/layouts/Details/Grid/GridTI.tsx | 2 +-
.../ui/src/pages/Dag/Backfills/Backfills.tsx | 10 +-
.../src/airflow/ui/src/pages/Run/Header.tsx | 6 +
.../airflow/ui/src/pages/TaskInstance/Header.tsx | 5 +
.../src/airflow/ui/src/queries/useAddConnection.ts | 4 +-
.../airflow/ui/src/queries/useEditConnection.tsx | 4 +-
.../src/airflow/ui/src/queries/useEditVariable.ts | 4 +-
airflow-core/src/airflow/utils/trigger_rule.py | 1 +
.../unit/cli/commands/test_api_server_command.py | 8 +-
airflow-core/tests/unit/models/test_dagrun.py | 21 +++
.../unit/ti_deps/deps/test_trigger_rule_dep.py | 148 ++++++++++++++++-
airflow-core/tests/unit/utils/test_trigger_rule.py | 3 +-
chart/files/pod-template-file.kubernetes-helm-yaml | 5 +-
chart/templates/workers/worker-deployment.yaml | 5 +-
chart/values.schema.json | 9 ++
.../airflow_breeze/commands/ci_image_commands.py | 4 +-
.../airflow_breeze/commands/kubernetes_commands.py | 14 +-
.../commands/production_image_commands.py | 4 +-
.../commands/release_management_commands.py | 4 +-
.../src/airflow_breeze/commands/sbom_commands.py | 6 +-
.../airflow_breeze/commands/testing_commands.py | 118 +++++++++-----
.../airflow_breeze/utils/debug_pyproject_toml.py | 2 +-
dev/breeze/src/airflow_breeze/utils/image.py | 2 +-
dev/breeze/src/airflow_breeze/utils/parallel.py | 180 ++++++++++++++++-----
.../src/airflow_breeze/utils/publish_docs_to_s3.py | 2 +-
dev/breeze/src/airflow_breeze/utils/run_utils.py | 2 +-
dev/system_tests/update_issue_status.py | 4 +-
devel-common/pyproject.toml | 2 +-
.../airflow_aux/test_pod_template_file.py | 28 ++--
.../tests/helm_tests/airflow_core/test_worker.py | 28 ++--
providers/airbyte/docs/connections.rst | 2 +-
providers/amazon/docs/executors/batch-executor.rst | 4 +-
providers/amazon/docs/executors/ecs-executor.rst | 2 +-
.../amazon/docs/executors/lambda-executor.rst | 3 +
.../amazon/aws/executors/aws_lambda/docker/app.py | 4 +-
.../aws/executors/aws_lambda/lambda_executor.py | 30 ++--
.../executors/utils/exponential_backoff_retry.py | 5 +-
.../providers/amazon/aws/hooks/sagemaker.py | 6 +-
.../executors/aws_lambda/test_lambda_executor.py | 12 +-
.../tests/unit/amazon/aws/hooks/test_appflow.py | 6 +-
.../unit/amazon/aws/operators/test_appflow.py | 6 +-
.../tests/unit/amazon/aws/operators/test_athena.py | 9 +-
.../unit/amazon/aws/operators/test_base_aws.py | 6 +-
.../amazon/aws/operators/test_cloud_formation.py | 6 +-
.../unit/amazon/aws/operators/test_datasync.py | 9 +-
.../tests/unit/amazon/aws/operators/test_dms.py | 6 +-
.../amazon/aws/operators/test_emr_add_steps.py | 6 +-
.../aws/operators/test_emr_create_job_flow.py | 6 +-
.../aws/operators/test_emr_modify_cluster.py | 7 +-
.../tests/unit/amazon/aws/operators/test_rds.py | 6 +-
.../amazon/aws/operators/test_sagemaker_base.py | 6 +-
.../tests/unit/amazon/aws/sensors/test_base_aws.py | 6 +-
.../tests/unit/amazon/aws/sensors/test_ecs.py | 6 +-
.../tests/unit/amazon/aws/sensors/test_rds.py | 6 +-
.../tests/unit/amazon/aws/sensors/test_s3.py | 6 +-
.../tests/unit/amazon/aws/transfers/test_base.py | 6 +-
.../amazon/aws/transfers/test_dynamodb_to_s3.py | 6 +-
.../unit/amazon/aws/transfers/test_mongo_to_s3.py | 6 +-
providers/apache/livy/docs/connections.rst | 2 +-
.../providers/cncf/kubernetes/hooks/kubernetes.py | 19 ++-
.../unit/cncf/kubernetes/hooks/test_kubernetes.py | 16 ++
.../discord/docs/connections/discord-webhook.rst | 2 +-
.../providers/edge3/example_dags/win_test.py | 2 +-
providers/fab/src/airflow/providers/fab/www/app.py | 6 +
providers/fab/www-hash.txt | 2 +-
.../providers/google/cloud/hooks/vertex_ai/ray.py | 15 +-
.../google/cloud/operators/vertex_ai/dataset.py | 4 +-
.../google/cloud/operators/vertex_ai/ray.py | 2 +-
.../unit/google/cloud/hooks/vertex_ai/test_ray.py | 53 +++++-
.../unit/google/cloud/operators/test_vertex_ai.py | 19 ++-
providers/http/docs/connections/http.rst | 2 +-
.../sftp/src/airflow/providers/sftp/hooks/sftp.py | 7 +-
.../src/airflow/providers/sftp/operators/sftp.py | 4 +
.../src/airflow/providers/sftp/triggers/sftp.py | 2 +-
.../sftp/tests/unit/sftp/operators/test_sftp.py | 18 ++-
.../airflow/providers/standard/operators/hitl.py | 12 +-
.../tests/unit/standard/operators/test_hitl.py | 57 ++++++-
task-sdk/pyproject.toml | 2 +-
task-sdk/tests/task_sdk/io/test_path.py | 4 +-
102 files changed, 1002 insertions(+), 260 deletions(-)