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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-c12fea71e9
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 171bfed7b2c Bump the edge-ui-package-updates group across 1 directory 
with 18 updates
     add ac14b470d25 Add task SDK integration test foundation with JWT auth and 
session fixtures (#56139)
     add cc6760c7069 Docs: update CI/CD workflows documentation (Closes #41933) 
(#56610)
     add c2d054a51a9 Bump the fab-ui-package-updates group across 1 directory 
with 3 updates (#56436)
     add 2584e8585ad Use ValueError instead of RuntimeError when resolving 
SparkSubmitHook connection (#56631)
     add cf1e7fac643 Bump the core-ui-package-updates group across 1 directory 
with 17 updates (#56627)
     add ae0a330f01d Fix Connection or Variable access in Server context 
(#56602)
     add d2df89e7952 Finalising Core Documentation Pages Screenshot Update 
(#56167)
     add 7939692b266 Improve UI retry strategy on client errors (#56625)
     add 1115cdf8c25 Fix AutoRefresh when only 1 dag run is running (#56623)
     add ec42f30c9dd bump zizmor and python 3.13 patch level version in 
global_constants (#56639)
     add b0421df7df6 Add `HITLDetailHistory` (#55952)
     add 7a834d6e866 Fix task SDK connection error handling to match 
airflow-core behavior (#56650)
     add b17864e2b0b Adding amoghrajesh as code owner for task sdk integration 
testing (#56656)
     add 002ce93f6a8 Bump hatch version to 1.15.0 (#56652)
     add 947f4b98013 chore: add credentials to access local airflow instance 
(#56636)
     add 7203012b3f3 Copy task SDK integration test dags to compose location 
before job start (#56655)
     add 920cc3862e1 Firehose and kinesis hook in independent file (#56276)
     add 65fec59f1b3 FIX: incorrect access of logical_date in google bigquery 
operator and google workflow operator (#55110)
     add 9b7619d0a07 pyproject docstring tweaks (#56267)
     add 7db1d118671 Enable PT011 rule to prvoider tests (#56642)
     add 4ebabc15df3 Add retry mechanism and error handling to DBT Hook (#56651)
     add 32e81b11d59 Fix managed kafka system tests to use correct network name 
(#56654)
     add 85b5082f535 Update bulk API permission check to handle 
`action_on_existence` (#56666)
     add 605baec95df Bump the edge-ui-package-updates group across 1 directory 
with 18 updates

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   (171bfed7b2c)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-c12fea71e9
 (605baec95df)

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/CODEOWNERS                                 |    3 +
 .pre-commit-config.yaml                            |    3 +-
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              | 3999 ++++++++++----------
 airflow-core/docs/img/operator_extra_link.png      |  Bin 90399 -> 99256 bytes
 airflow-core/docs/img/ui-dark/add-dag-tags.png     |  Bin 87307 -> 197146 bytes
 .../img/ui-dark/trigger-dag-tutorial-form-1.png    |  Bin 66312 -> 148269 bytes
 .../img/ui-dark/trigger-dag-tutorial-form-2.png    |  Bin 116706 -> 183724 
bytes
 .../img/ui-dark/trigger-dag-tutorial-form-3.png    |  Bin 80046 -> 157982 bytes
 .../img/ui-dark/trigger-dag-tutorial-form-4.png    |  Bin 99544 -> 101871 bytes
 .../tutorial_pipeline_dag_list_trigger.png         |  Bin 249992 -> 358283 
bytes
 airflow-core/docs/migrations-ref.rst               |    4 +-
 airflow-core/newsfragments/56583.significant.rst   |   49 +
 .../auth/managers/simple/ui/package-lock.json      |  672 +++-
 .../auth/managers/simple/ui/package.json           |   32 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 2442 ++++++------
 .../api_fastapi/core_api/datamodels/hitl.py        |   15 +-
 .../core_api/datamodels/task_instance_history.py   |   77 +
 .../core_api/datamodels/task_instances.py          |   41 -
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |    6 +-
 .../core_api/openapi/v2-rest-api-generated.yaml    |   83 +-
 .../core_api/routes/public/task_instances.py       |   23 +-
 .../src/airflow/api_fastapi/core_api/security.py   |   75 +-
 airflow-core/src/airflow/api_fastapi/main.py       |    4 +
 .../src/airflow/jobs/scheduler_job_runner.py       |    5 +
 ..._3_2_0_add_human_in_the_loop_detail_history.py} |   30 +-
 airflow-core/src/airflow/models/hitl.py            |   94 +-
 airflow-core/src/airflow/models/hitl_history.py    |   91 +
 .../src/airflow/models/taskinstancehistory.py      |    8 +
 airflow-core/src/airflow/secrets/__init__.py       |   29 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  134 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   26 +-
 airflow-core/src/airflow/ui/src/queryClient.ts     |   17 +-
 airflow-core/src/airflow/ui/src/utils/query.ts     |    3 +-
 airflow-core/src/airflow/utils/db.py               |    2 +-
 .../core_api/routes/public/test_task_instances.py  |  163 +
 .../unit/api_fastapi/core_api/test_security.py     |   45 +
 airflow-core/tests/unit/core/test_configuration.py |    6 +-
 .../tests/unit/models/test_taskinstance.py         |   45 +-
 .../src/airflowctl/api/datamodels/generated.py     |   23 +-
 dev/breeze/doc/ci/05_workflows.md                  |  367 +-
 .../commands/release_management_commands.py        |    2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    2 +-
 dev/breeze/src/airflow_breeze/utils/run_tests.py   |    1 +
 dev/breeze/src/airflow_breeze/utils/visuals.py     |    2 +-
 providers/amazon/provider.yaml                     |    5 +-
 .../amazon/aws/hooks/{kinesis.py => firehose.py}   |    2 +-
 .../airflow/providers/amazon/aws/hooks/kinesis.py  |   44 +-
 .../airflow/providers/amazon/get_provider_info.py  |    6 +-
 .../hooks/{test_kinesis.py => test_firehose.py}    |    2 +-
 .../unit/amazon/aws/hooks/test_hooks_signature.py  |    1 +
 .../tests/unit/amazon/aws/hooks/test_kinesis.py    |   42 +-
 .../unit/amazon/aws/operators/test_eventbridge.py  |    2 +-
 .../amazon/aws/operators/test_lambda_function.py   |    5 +-
 .../amazon/aws/operators/test_sagemaker_base.py    |    2 +-
 .../tests/unit/amazon/aws/sensors/test_ec2.py      |    2 +-
 .../tests/unit/amazon/aws/sensors/test_s3.py       |    2 +-
 .../providers/apache/hive/operators/hive.py        |   10 +-
 .../providers/apache/spark/hooks/spark_submit.py   |    6 +-
 .../unit/apache/spark/hooks/test_spark_submit.py   |    4 +-
 providers/dbt/cloud/pyproject.toml                 |    1 +
 .../src/airflow/providers/dbt/cloud/hooks/dbt.py   |  120 +-
 .../airflow/providers/dbt/cloud/operators/dbt.py   |   15 +-
 .../airflow/providers/dbt/cloud/triggers/dbt.py    |    6 +-
 .../cloud/tests/unit/dbt/cloud/hooks/test_dbt.py   |  242 +-
 .../tests/unit/dbt/cloud/triggers/test_dbt.py      |    2 +
 .../providers/edge3/plugins/www/package.json       |    4 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     |  256 +-
 .../airflow/providers/fab/www/package-lock.json    |  165 +-
 .../fab/src/airflow/providers/fab/www/package.json |    6 +-
 ...f9d09365976e.js => 743.935ed3d26e56ed8f63d3.js} |    2 +-
 ...txt => 743.935ed3d26e56ed8f63d3.js.LICENSE.txt} |    0
 .../providers/fab/www/static/dist/manifest.json    |    4 +-
 .../static/dist/runtime.6ad9da077ea169d60db9.js    |    1 +
 .../static/dist/runtime.ad800fc1845ad5c6ddeb.js    |    1 -
 providers/fab/www-hash.txt                         |    2 +-
 .../providers/google/cloud/hooks/bigquery.py       |   45 +-
 .../providers/google/cloud/operators/bigquery.py   |   11 +-
 .../providers/google/cloud/operators/workflows.py  |   23 +-
 .../google/cloud/sensors/cloud_composer.py         |   15 +-
 .../google/cloud/transfers/bigquery_to_gcs.py      |    3 +-
 .../google/cloud/transfers/gcs_to_bigquery.py      |    3 +-
 .../example_managed_kafka_consumer_group.py        |   13 +-
 .../managed_kafka/example_managed_kafka_topic.py   |   13 +-
 .../tests/unit/google/cloud/hooks/test_bigquery.py |   21 +-
 .../unit/google/cloud/operators/test_bigquery.py   |    1 +
 .../unit/google/cloud/operators/test_workflows.py  |   37 +
 .../google/cloud/transfers/test_gcs_to_bigquery.py |    4 +-
 pyproject.toml                                     |    6 +-
 .../in_container/run_provider_yaml_files_check.py  |    1 +
 .../dags/test_dag.py                               |   29 +-
 task-sdk-tests/docker/docker-compose.yaml          |   18 +-
 task-sdk-tests/tests/task_sdk_tests/__init__.py    |    8 +
 task-sdk-tests/tests/task_sdk_tests/conftest.py    |  251 +-
 task-sdk-tests/tests/task_sdk_tests/constants.py   |   21 +-
 task-sdk-tests/tests/task_sdk_tests/jwt_plugin.py  |  107 +
 .../tests/task_sdk_tests/test_task_sdk_health.py   |  130 +-
 task-sdk/src/airflow/sdk/execution_time/context.py |  105 +-
 .../airflow/sdk/execution_time/secrets/__init__.py |   23 +-
 .../sdk/execution_time/secrets/execution_api.py    |  146 +
 .../src/airflow/sdk/execution_time/supervisor.py   |   43 +-
 .../tests/task_sdk/definitions/test_connection.py  |    4 +-
 .../tests/task_sdk/definitions/test_variables.py   |    6 +-
 .../tests/task_sdk/execution_time/test_context.py  |   99 +
 .../task_sdk/execution_time/test_context_cache.py  |    7 +-
 .../tests/task_sdk/execution_time/test_secrets.py  |  169 +
 .../task_sdk/execution_time/test_task_runner.py    |    2 +-
 107 files changed, 6805 insertions(+), 4146 deletions(-)
 create mode 100644 airflow-core/newsfragments/56583.significant.rst
 create mode 100644 
airflow-core/src/airflow/api_fastapi/core_api/datamodels/task_instance_history.py
 copy 
airflow-core/src/airflow/migrations/versions/{0076_3_1_0_add_human_in_the_loop_response.py
 => 0089_3_2_0_add_human_in_the_loop_detail_history.py} (81%)
 create mode 100644 airflow-core/src/airflow/models/hitl_history.py
 copy providers/amazon/src/airflow/providers/amazon/aws/hooks/{kinesis.py => 
firehose.py} (97%)
 copy providers/amazon/tests/unit/amazon/aws/hooks/{test_kinesis.py => 
test_firehose.py} (97%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{743.fc7a7c6ef9d09365976e.js
 => 743.935ed3d26e56ed8f63d3.js} (99%)
 rename 
providers/fab/src/airflow/providers/fab/www/static/dist/{743.fc7a7c6ef9d09365976e.js.LICENSE.txt
 => 743.935ed3d26e56ed8f63d3.js.LICENSE.txt} (100%)
 create mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/runtime.6ad9da077ea169d60db9.js
 delete mode 100644 
providers/fab/src/airflow/providers/fab/www/static/dist/runtime.ad800fc1845ad5c6ddeb.js
 copy airflow-core/tests/unit/listeners/very_slow_listener.py => 
task-sdk-tests/dags/test_dag.py (54%)
 create mode 100644 task-sdk-tests/tests/task_sdk_tests/jwt_plugin.py
 copy airflow-core/src/airflow/typing_compat.py => 
task-sdk/src/airflow/sdk/execution_time/secrets/__init__.py (66%)
 create mode 100644 
task-sdk/src/airflow/sdk/execution_time/secrets/execution_api.py
 create mode 100644 task-sdk/tests/task_sdk/execution_time/test_secrets.py

Reply via email to