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

vincbeck pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/7nohe/openapi-react-query-codegen-3.0.2
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 5f70aa6a49a Bump @7nohe/openapi-react-query-codegen
     add 089ec0078bf Fix typos across contributor and provider documentation 
(#71884)
     add 132ec4f59b8 Fix Variable.set rewriting team_name of existing variables 
(#71823)
     add 9899393f0b6 Reuse CI image built from the same sources in another 
checkout (#71886)
     add 62c154ce730 Bump the auth-ui-package-updates group across 1 directory 
with 4 updates (#71896)
     add 2daa1eb03c3 Bump the edge-ui-package-updates group across 1 directory 
with 5 updates (#71902)
     add 306b831c00d Fix InfluxDBHook methods failing when called before 
get_conn (#71705)
     add 474e5b598f5 Harden frame processing on large data (#69125)
     add d21f0687de3 Correct the common-ai toolset list and document the 
shields extra (#71819)
     add 00f1457ebfb Fix reversed credential precedence in Bedrock hook 
docstring (#71826)
     add ebca0c8edcf Java SDK: Register tasks as first-class TaskDef objects 
(#71057)
     add bcf1dbf41a0 Report Dag cache metrics under each component's own 
namespace (#71815)
     add 29c3ac211f2 Publish standalone documentation for Apache Airflow Mypy 
(#71878)
     add 49c5d519b0e Reduce memory used when deleting queued asset events 
(#71917)
     add c322a556496 Clarify Breeze CI image build helper names (#71912)
     add 4a247b98a9e [main] CI: Upgrade important CI environment (#71924)
     add cbedeaba147 Keep MSGraph path parameters across paginated pages 
(#71866)
     add 0eda936b484 Make GridButton tooltip label timezone aware (#71944)
     add d253d87f863 UI: Allow file downloads from plugin external view iframes 
(#71803)
     add b5b39ccd8f0 Include the JSON parse-error message in the Variable form 
warning (#71780)
     add 0807f2b5f75 Reuse the ambient session when skipping pending TIs in 
dag-run terminal state (#71488)
     add bdf3ee57032 Prevent React plugins from inheriting a prior bundle's 
component (#71943)
     add c1fcbefd712 Fix nested non-Dag with-statement exiting the Dag context 
in version inflation checker (#68795)
     add 08153a88f83 Use the operator's AWS settings for deferred SageMaker 
tasks (#71857)
     add e50cc0b15df Drop extraneous "common" tag in i18n (#71517)
     add ef32e9f69a5 Surface connection test errors in the UI instead of 
failing silently (#71954)
     add 50950fa92b7 Document config-backed enum Dag Params (#71180)
     add 4406537e36a UI: Preserve Dag tab when switching Dags (#70699)
     add b918e7e1b40 Add abhishek to INTHEWILD for Zoom (#71960)
     add 047dc2d3b38 Add MukundKulkarni to INTHEWILD for HSBC (#71961)
     add 4e4d0608c42 Fix typo in dbt cloud hook docstring (#71971)
     add 3dfbef6cafa Add unit tests for HTTP provider exceptions (#69231)
     add 28110443797 Add BaseManagedAgentToolset for vendor-managed AI agents  
(#71946)
     add 0a5c8e60130 Updated tutorial DAGs to use named parameters instead of 
kwargs (#71980)
     add 8162cd38356 Add IBM Db2 provider with Hook  (#67532)
     add 7991cd81c77 Add test_connection support to LangChainHook and 
LlamaIndexHook (#71841)
     add a4b6b77e683 add .md file support in LLMFileAnalysisOperator (#71611)
     add 08655577b32 Document LLMFileAnalysisOperator's inherited LLM and HITL 
parameters (#71856)
     add ef1dc742090 Update providers metadata 2026-08-23 (#72009)
     add f44bb16d825 Use common.compat.sdk for the remaining provider timezone 
imports (#71209)
     add b03e48a875d Support a Unix Domain Socket for the StatsD and Datadog 
metrics clients (#70517)
     add 98747f873f2 Fix Vertex AI hook silently discarding credentials when 
vertexai flag is set (#72012)
     add c081c558f1c UI: Show partition preview in backfill form for 
partitioned Dags (#68884)
     add 6660eb89ab7 Bump @7nohe/openapi-react-query-codegen
     add d6d64bb0edb Update generated files

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   (5f70aa6a49a)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/7nohe/openapi-react-query-codegen-3.0.2
 (d6d64bb0edb)

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/ISSUE_TEMPLATE/1-airflow_bug_report.yml    |    1 +
 .github/boring-cyborg.yml                          |    2 +
 .github/workflows/publish-docs-to-s3.yml           |    2 +-
 Dockerfile.ci                                      |    4 +-
 INTHEWILD.md                                       |    2 +
 .../logging-monitoring/metrics.rst                 |   34 +
 .../language-sdks/java.rst                         |   12 +-
 airflow-core/docs/core-concepts/params.rst         |    5 +
 airflow-core/docs/extra-packages-ref.rst           |    2 +
 airflow-core/docs/howto/static-type-checking.rst   |   56 +-
 .../docs/installation/installing-from-sources.rst  |    2 +-
 airflow-core/src/airflow/api/common/mark_tasks.py  |    2 +-
 .../simple/ui/openapi-gen/queries/common.ts        |   22 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |   21 +-
 .../simple/ui/openapi-gen/queries/index.ts         |    3 +-
 .../ui/openapi-gen/queries/infiniteQueries.ts      |    2 +-
 .../simple/ui/openapi-gen/queries/prefetch.ts      |   21 +-
 .../simple/ui/openapi-gen/queries/queries.ts       |   30 +-
 .../simple/ui/openapi-gen/queries/queryOptions.ts  |   37 +
 .../simple/ui/openapi-gen/queries/suspense.ts      |   20 +-
 .../simple/ui/openapi-gen/requests/services.gen.ts |    4 +-
 .../auth/managers/simple/ui/package.json           |    8 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  142 +-
 .../src/airflow/api_fastapi/common/dagbag.py       |   10 +-
 .../api_fastapi/core_api/routes/public/assets.py   |    6 +-
 .../src/airflow/config_templates/config.yml        |   19 +-
 .../example_branch_python_dop_operator_3.py        |    8 +-
 .../example_dags/example_params_trigger_ui.py      |    6 +-
 .../helper.py => example_params_ui_interfaces.ini} |   11 +-
 .../example_dags/example_params_ui_tutorial.py     |   27 +-
 .../src/airflow/example_dags/tutorial_dag.py       |    9 +-
 .../airflow/example_dags/tutorial_objectstorage.py |    4 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |    9 +-
 airflow-core/src/airflow/models/dagbag.py          |  127 +-
 airflow-core/src/airflow/models/variable.py        |    1 -
 .../observability/metrics/datadog_logger.py        |    1 +
 .../airflow/observability/metrics/statsd_logger.py |   52 +-
 .../airflow/ui/public/i18n/locales/en/common.json  |    2 +
 .../ui/public/i18n/locales/en/components.json      |    4 +
 .../ui/public/i18n/locales/zh-TW/common.json       |    2 +
 .../ui/public/i18n/locales/zh-TW/components.json   |    4 +
 .../ui/src/components/AdvancedSearchToggle.tsx     |    2 +-
 .../src/components/AssetExpression/AndGateNode.tsx |    2 +-
 .../components/AssetExpression/AssetExpression.tsx |    2 +-
 .../ui/src/components/Assets/TriggeredRuns.tsx     |    2 +-
 .../ui/src/components/ConfirmationModal.tsx        |    2 +-
 .../DagActions/PartitionPreviewTable.tsx           |   67 +
 .../components/DagActions/RunBackfillForm.test.tsx |  213 +++
 .../src/components/DagActions/RunBackfillForm.tsx  |   11 +-
 .../components/DagActions/inlineMessage.test.tsx   |  235 +++
 .../ui/src/components/DagActions/inlineMessage.tsx |   67 +-
 .../src/airflow/ui/src/components/DagRunInfo.tsx   |    2 +-
 .../src/components/DataTable/FilterMenuButton.tsx  |    2 +-
 .../src/airflow/ui/src/components/DeleteDialog.tsx |    2 +-
 .../ui/src/components/EditableMarkdownButton.tsx   |    2 +-
 .../ui/src/components/Graph/AssetConditionNode.tsx |    2 +-
 .../KeyboardShortcuts/KeyboardShortcutsModal.tsx   |    2 +-
 .../airflow/ui/src/components/MarkdownModal.tsx    |    2 +-
 .../src/airflow/ui/src/components/PoolBar.tsx      |    2 +-
 .../ui/src/components/PresetFiltersMenu.tsx        |    2 +-
 .../src/components/SearchDags/SearchDags.test.tsx  |  271 ++++
 .../ui/src/components/SearchDags/SearchDags.tsx    |   11 +-
 .../ui/src/components/TaskInstanceTooltip.tsx      |    2 +-
 .../airflow/ui/src/components/ui/ResetButton.tsx   |    2 +-
 .../src/airflow/ui/src/constants/tab.ts            |   17 +-
 .../src/airflow/ui/src/hooks/useShortcut.ts        |    2 +-
 .../src/airflow/ui/src/layouts/DagsLayout.tsx      |    2 +-
 .../airflow/ui/src/layouts/Details/Grid/Bar.tsx    |    2 +-
 .../src/layouts/Details/Grid/GridButton.test.tsx   |   26 +-
 .../ui/src/layouts/Details/Grid/GridButton.tsx     |    7 +-
 .../src/airflow/ui/src/layouts/Nav/AdminButton.tsx |    2 +-
 .../airflow/ui/src/layouts/Nav/BrowseButton.tsx    |    2 +-
 .../src/airflow/ui/src/layouts/Nav/DocsButton.tsx  |    2 +-
 .../src/airflow/ui/src/layouts/Nav/LogoutModal.tsx |    2 +-
 .../src/airflow/ui/src/layouts/Nav/Nav.tsx         |    2 +-
 .../src/airflow/ui/src/layouts/Nav/PluginMenus.tsx |    2 +-
 .../airflow/ui/src/layouts/Nav/SecurityButton.tsx  |    2 +-
 .../airflow/ui/src/layouts/Nav/TimezoneModal.tsx   |    2 +-
 .../ui/src/layouts/Nav/TimezoneSelector.tsx        |    2 +-
 .../ui/src/pages/AssetsList/DependencyPopover.tsx  |    2 +-
 .../ui/src/pages/DagsList/AssetSchedule.tsx        |    2 +-
 .../src/pages/DagsList/PartitionScheduleModal.tsx  |    2 +-
 .../src/airflow/ui/src/pages/ExternalView.tsx      |    5 +-
 .../ui/src/pages/MappedTaskInstance/Details.tsx    |    2 +-
 .../src/airflow/ui/src/pages/ReactPlugin.test.tsx  |   26 +-
 .../src/airflow/ui/src/pages/ReactPlugin.tsx       |   10 +-
 airflow-core/src/airflow/ui/src/pages/Security.tsx |    2 +-
 .../Variables/ManageVariable/VariableForm.test.tsx |    6 +-
 .../Variables/ManageVariable/VariableForm.tsx      |   22 +-
 .../src/airflow/ui/src/queries/useLogs.tsx         |    2 +-
 .../src/airflow/ui/src/queries/useStoreMutation.ts |    2 +-
 .../airflow/ui/src/queries/useTestConnection.ts    |    4 +-
 .../src/airflow/ui/src/queries/useTogglePause.ts   |    2 +-
 airflow-core/src/airflow/ui/src/router.test.tsx    |   62 +
 airflow-core/src/airflow/ui/src/router.tsx         |   29 +-
 airflow-core/src/airflow/ui/src/utils/option.ts    |    1 +
 airflow-core/src/airflow/ui/src/utils/tab.test.ts  |   54 +
 airflow-core/src/airflow/ui/src/utils/tab.ts       |   58 +
 .../airflow/utils/dag_version_inflation_checker.py |    6 +-
 .../tests/unit/always/test_project_structure.py    |    1 -
 .../tests/unit/always/test_providers_manager.py    |    4 +-
 .../tests/unit/api_fastapi/common/test_dagbag.py   |   26 +-
 .../core_api/routes/public/test_assets.py          |   60 +
 airflow-core/tests/unit/jobs/test_scheduler_job.py |    4 +
 airflow-core/tests/unit/models/test_dagbag.py      |  120 +-
 airflow-core/tests/unit/models/test_variable.py    |    8 +
 .../tests/unit/observability/metrics/test_stats.py |   36 +-
 .../utils/test_dag_version_inflation_checker.py    |   77 +
 .../airflowctl/api/datamodels/auth_generated.py    |    2 +-
 .../src/airflowctl/api/datamodels/generated.py     |    2 +-
 contributing-docs/testing/k8s_tests.rst            |    2 +-
 contributing-docs/testing/system_tests.rst         |    2 +-
 dev/README_RELEASE_MYPY.md                         |   33 +-
 dev/breeze/doc/08_ci_tasks.rst                     |    2 +-
 .../adr/0003-bootstrapping-virtual-environment.md  |    6 +-
 ...-using-contributed-code-when-building-images.md |    2 +-
 .../0011-unified-communication-with-the-users.md   |    2 +-
 dev/breeze/doc/ci/02_images.md                     |   10 +-
 dev/breeze/doc/ci/04_selective_checks.md           |    6 +-
 dev/breeze/doc/ci/05_workflows.md                  |    2 +-
 dev/breeze/doc/images/output_build-docs.svg        |   22 +-
 dev/breeze/doc/images/output_build-docs.txt        |    2 +-
 ...tput_release-management_add-back-references.svg |   22 +-
 ...tput_release-management_add-back-references.txt |    2 +-
 .../output_release-management_publish-docs.svg     |   22 +-
 .../output_release-management_publish-docs.txt     |    2 +-
 ...output_sbom_generate-providers-requirements.svg |   14 +-
 ...output_sbom_generate-providers-requirements.txt |    2 +-
 .../images/output_workflow-run_publish-docs.svg    |   22 +-
 .../images/output_workflow-run_publish-docs.txt    |    2 +-
 dev/breeze/pyproject.toml                          |    2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |   68 +-
 .../airflow_breeze/commands/developer_commands.py  |   15 +-
 .../airflow_breeze/commands/registry_commands.py   |    6 +-
 .../commands/release_management_commands.py        |   14 +-
 .../airflow_breeze/commands/testing_commands.py    |    6 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   18 +
 .../airflow_breeze/utils/add_back_references.py    |    3 +
 .../airflow_breeze/utils/docker_command_utils.py   |    4 +
 .../src/airflow_breeze/utils/docs_publisher.py     |    3 +
 .../utils/mark_image_as_refreshed.py               |    6 +-
 .../src/airflow_breeze/utils/md5_build_check.py    |   13 +
 dev/breeze/src/airflow_breeze/utils/packages.py    |   11 +-
 .../src/airflow_breeze/utils/publish_docs_to_s3.py |    1 +
 .../src/airflow_breeze/utils/selective_checks.py   |    6 +
 .../test_add_back_references.py}                   |   16 +-
 dev/breeze/tests/test_ci_image_commands.py         |  188 +++
 dev/breeze/tests/test_developer_commands.py        |   10 +-
 dev/breeze/tests/test_docker_command_utils.py      |   30 +-
 dev/breeze/tests/test_docs_publisher.py            |    7 +
 dev/breeze/tests/test_publish_docs_to_s3.py        |    2 +
 .../tests/test_release_management_commands.py      |    6 +
 dev/breeze/tests/test_selective_checks.py          |    9 +-
 dev/breeze/uv.lock                                 |  538 +++----
 {task-sdk => dev/mypy}/docs/conf.py                |   66 +-
 dev/mypy/docs/index.rst                            |   75 +
 {chart => dev/mypy}/docs/release_notes.rst         |    2 -
 .../mypy/docs/spelling_wordlist.txt                |    4 +-
 dev/mypy/pyproject.toml                            |   16 +-
 dev/registry/derive_wave_providers.py              |    1 +
 dev/registry/tests/test_derive_wave_providers.py   |    2 +-
 devel-common/pyproject.toml                        |    1 +
 .../docs_build/dev_index_template.html.jinja2      |    9 +
 .../src/sphinx_exts/docs_build/docs_builder.py     |    3 +
 .../sphinx_exts/docs_build/test_docs_builder.py    |   14 +-
 docker-context-files/.README.md                    |    2 +-
 docs/README.md                                     |    3 +-
 docs/spelling_wordlist.txt                         |    6 +
 generated/provider_metadata.json                   |  320 ++--
 .../airflow/example/ExampleBundleBuilder.java      |    2 +-
 .../airflow/example/InterfaceExampleBuilder.java   |   11 +-
 .../org/apache/airflow/sdk/BuilderProcessor.kt     |   11 +-
 .../kotlin/org/apache/airflow/sdk/BuilderTest.kt   |   48 +-
 .../apache/airflow/example/ScalaSparkExample.scala |    8 +-
 .../main/kotlin/org/apache/airflow/sdk/Builder.kt  |    4 +-
 .../main/kotlin/org/apache/airflow/sdk/Bundle.kt   |   20 +-
 .../org/apache/airflow/sdk/{Dag.kt => DagDef.kt}   |   67 +-
 .../main/kotlin/org/apache/airflow/sdk/Server.kt   |   26 +-
 .../org/apache/airflow/sdk/execution/Comm.kt       |  148 +-
 .../org/apache/airflow/sdk/execution/Frame.kt      |   46 +-
 .../org/apache/airflow/sdk/execution/MsgPack.kt    |   15 +-
 .../org/apache/airflow/sdk/execution/Task.kt       |    9 +-
 .../kotlin/org/apache/airflow/sdk/BundleTest.kt    |    4 +-
 .../kotlin/org/apache/airflow/sdk/DagDefTest.kt    |   97 ++
 .../kotlin/org/apache/airflow/sdk/ServerTest.kt    |    4 +-
 .../org/apache/airflow/sdk/execution/CommTest.kt   |   13 +-
 .../org/apache/airflow/sdk/execution/TaskTest.kt   |    6 +-
 .../airflow/k8sexample/K8sBundleBuilder.java       |    2 +-
 .../alibaba/cloud/log/test_oss_task_handler.py     |    4 +-
 .../executors/utils/exponential_backoff_retry.py   |    5 +-
 .../providers/amazon/aws/operators/sagemaker.py    |   21 +
 .../tests/system/amazon/aws/example_mongo_to_s3.py |    4 +-
 .../amazon/tests/system/amazon/aws/example_mwaa.py |    4 +-
 .../amazon/aws/executors/ecs/test_ecs_executor.py  |    5 +-
 .../amazon/tests/unit/amazon/aws/hooks/test_s3.py  |   77 +-
 .../amazon/aws/log/test_cloudwatch_task_handler.py |   20 +-
 .../unit/amazon/aws/log/test_s3_task_handler.py    |   10 +-
 .../tests/unit/amazon/aws/operators/test_s3.py     |   29 +-
 .../aws/operators/test_sagemaker_endpoint.py       |   22 +
 .../aws/operators/test_sagemaker_pipeline.py       |   42 +
 .../aws/operators/test_sagemaker_processing.py     |   35 +
 .../aws/operators/test_sagemaker_training.py       |   36 +
 .../aws/operators/test_sagemaker_transform.py      |   31 +
 .../amazon/aws/operators/test_sagemaker_tuning.py  |   20 +
 .../unit/amazon/aws/transfers/test_s3_to_sftp.py   |    4 +-
 .../unit/amazon/aws/transfers/test_sftp_to_s3.py   |    4 +-
 .../unit/apache/hdfs/log/test_hdfs_task_handler.py |    4 +-
 .../system/apache/hive/example_twitter_README.md   |    4 +-
 .../hive/sensors/test_named_hive_partition.py      |    5 +-
 .../unit/apache/kylin/operators/test_kylin_cube.py |    4 +-
 .../tinkerpop/docs/connections/tinkerpop.rst       |    2 +-
 .../unit/celery/executors/test_celery_executor.py  |    5 +-
 .../unit/celery/log_handlers/test_log_handlers.py  |    4 +-
 .../kubernetes/executors/kubernetes_executor.py    |    2 +-
 .../executors/test_kubernetes_executor.py          |    8 +-
 .../kubernetes/log_handlers/test_log_handlers.py   |    9 +-
 .../cncf/kubernetes/test_template_rendering.py     |    2 +-
 .../ai/docs/connections/pydantic_ai_vertex.rst     |   16 +-
 providers/common/ai/docs/index.rst                 |    5 +-
 .../common/ai/docs/operators/llm_file_analysis.rst |   16 +-
 providers/common/ai/docs/toolsets.rst              |  253 ++-
 providers/common/ai/provider.yaml                  |    5 +-
 .../common/ai/decorators/llm_file_analysis.py      |   13 +-
 .../ai/example_dags/example_llm_file_analysis.py   |   22 +
 .../src/airflow/providers/common/ai/exceptions.py  |   11 +
 .../providers/common/ai/get_provider_info.py       |    4 +-
 .../airflow/providers/common/ai/hooks/langchain.py |   15 +
 .../providers/common/ai/hooks/llamaindex.py        |   15 +
 .../providers/common/ai/hooks/pydantic_ai.py       |   36 +-
 .../common/ai/operators/llm_file_analysis.py       |   12 +
 .../providers/common/ai/toolsets/__init__.py       |    6 +
 .../airflow/providers/common/ai/toolsets/hook.py   |   23 +-
 .../providers/common/ai/toolsets/managed_agent.py  |  358 +++++
 .../providers/common/ai/utils/file_analysis.py     |    5 +-
 .../providers/common/ai/utils/tool_definition.py   |   17 +
 .../tests/unit/common/ai/hooks/test_langchain.py   |   35 +
 .../tests/unit/common/ai/hooks/test_llamaindex.py  |   35 +
 .../tests/unit/common/ai/hooks/test_pydantic_ai.py |   88 +-
 .../ai/tests/unit/common/ai/toolsets/test_hook.py  |   16 +-
 .../unit/common/ai/toolsets/test_managed_agent.py  |  437 +++++
 .../unit/common/ai/utils/test_file_analysis.py     |   24 +
 .../system/common/sql/example_sql_bulk_load.py     |    4 +-
 .../system/common/sql/example_sql_execute_query.py |    4 +-
 .../system/common/sql/example_sql_insert_rows.py   |    4 +-
 .../common/sql/example_sql_threshold_check.py      |    4 +-
 .../tests/unit/common/sql/decorators/test_sql.py   |    7 +-
 .../tests/unit/common/sql/operators/test_sql.py    |    3 +-
 .../sql/tests/unit/common/sql/sensors/test_sql.py  |    5 +-
 .../databricks/example_databricks_workflow.py      |    4 +-
 .../src/airflow/providers/dbt/cloud/hooks/dbt.py   |    2 +-
 .../providers/edge3/plugins/www/package.json       |   10 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     |  154 +-
 .../providers/elasticsearch/log/es_task_handler.py |    4 +-
 .../unit/google/cloud/log/test_gcs_task_handler.py |    5 +-
 .../unit/google/cloud/operators/test_bigquery.py   |    4 +-
 .../google/cloud/operators/test_cloud_build.py     |    5 +-
 .../unit/google/cloud/operators/test_looker.py     |    5 +-
 .../unit/google/cloud/transfers/test_s3_to_gcs.py  |    5 +-
 .../http/tests/unit/http/sensors/test_http.py      |    5 +-
 .../tests/unit/http/test_exceptions.py}            |   25 +-
 {airflow-core => providers/ibm/db2}/.gitignore     |    0
 LICENSE => providers/ibm/db2/LICENSE               |    0
 NOTICE => providers/ibm/db2/NOTICE                 |    0
 providers/ibm/db2/README.rst                       |  105 ++
 providers/ibm/{mq => db2}/docs/changelog.rst       |    4 +-
 providers/{airbyte => ibm/db2}/docs/commits.rst    |    7 +-
 providers/ibm/{mq => db2}/docs/conf.py             |    2 +-
 providers/ibm/db2/docs/connections/db2.rst         |   69 +
 .../{common/sql => ibm/db2}/docs/dialects.rst      |    8 +-
 providers/{vertica => ibm/db2}/docs/index.rst      |   50 +-
 .../docs/installing-providers-from-sources.rst     |    0
 providers/ibm/db2/docs/integration-logos/Db2.png   |  Bin 0 -> 1372 bytes
 .../{apache/beam => ibm/db2}/docs/security.rst     |    0
 providers/ibm/db2/provider.yaml                    |   93 ++
 .../{elasticsearch => ibm/db2}/pyproject.toml      |   27 +-
 .../ibm/db2/src/airflow}/__init__.py               |    0
 .../ibm/db2/src/airflow/providers}/__init__.py     |    0
 .../ibm/db2/src/airflow/providers/ibm}/__init__.py |    0
 .../db2/src/airflow/providers/ibm/db2}/__init__.py |    4 +-
 .../providers/ibm/db2/dialects}/__init__.py        |    0
 .../src/airflow/providers/ibm/db2/dialects/db2.py  |  128 ++
 .../airflow/providers/ibm/db2/get_provider_info.py |   90 ++
 .../airflow/providers/ibm/db2/hooks}/__init__.py   |    0
 .../db2/src/airflow/providers/ibm/db2/hooks/db2.py |  171 ++
 providers/{airbyte => ibm/db2}/tests/conftest.py   |    0
 .../ibm/db2/tests/system}/__init__.py              |    0
 .../ibm/db2/tests/system/ibm}/__init__.py          |    0
 .../ibm/db2/tests/system/ibm/db2}/__init__.py      |    0
 .../ibm/db2/tests/system/ibm/db2/example_db2.py    |  188 +++
 .../ibm/db2/tests/unit}/__init__.py                |    0
 .../ibm/db2/tests/unit/ibm}/__init__.py            |    0
 .../ibm/db2/tests/unit/ibm/db2}/__init__.py        |    0
 .../db2/tests/unit/ibm/db2/dialects}/__init__.py   |    0
 .../db2/tests/unit/ibm/db2/dialects/test_db2.py    |  230 +++
 .../ibm/db2/tests/unit/ibm/db2/hooks}/__init__.py  |    0
 .../ibm/db2/tests/unit/ibm/db2/hooks/test_db2.py   |  185 +++
 .../ibm/mq/src/airflow/providers/ibm/__init__.py   |    2 +-
 .../airflow/providers/influxdb/hooks/influxdb.py   |   27 +-
 .../tests/system/influxdb/example_influxdb.py      |    7 +-
 .../tests/unit/influxdb/hooks/test_influxdb.py     |  107 +-
 .../azure/docs/connections/azure_batch.rst         |    2 +-
 .../providers/microsoft/azure/operators/msgraph.py |    1 +
 .../microsoft/azure/log/test_wasb_task_handler.py  |    4 +-
 .../unit/microsoft/azure/operators/test_adx.py     |    4 +-
 .../unit/microsoft/azure/operators/test_msgraph.py |   50 +-
 .../unit/microsoft/azure/operators/test_powerbi.py |    8 +-
 .../microsoft/azure/operators/test_powerbi_list.py |    8 +-
 .../unit/microsoft/azure/resources/messages.json   |    1 +
 .../microsoft/azure/resources/next_messages.json   |    1 +
 .../unit/openlineage/plugins/test_listener.py      |    8 +-
 .../providers/opensearch/log/os_task_handler.py    |    5 +-
 .../unit/opensearch/operators/test_opensearch.py   |    4 +-
 .../operators/test_snowflake_cortex_agent.py       |    2 +-
 .../tests/unit/standard/decorators/test_bash.py    |    7 +-
 .../standard/decorators/test_external_python.py    |    5 +-
 .../tests/unit/standard/decorators/test_python.py  |    5 +-
 .../tests/unit/standard/operators/test_datetime.py |    9 +-
 .../unit/standard/operators/test_trigger_dagrun.py |    6 +-
 .../standard/sensors/test_external_task_sensor.py  |   14 +-
 .../tests/unit/standard/sensors/test_filesystem.py |   11 +-
 .../unit/standard/utils/test_sensor_helper.py      |    5 +-
 .../tests/unit/standard/utils/test_skipmixin.py    |    7 +-
 pyproject.toml                                     |    6 +
 scripts/ci/docker-compose/remove-sources.yml       |    1 +
 scripts/ci/docker-compose/tests-sources.yml        |    1 +
 scripts/ci/docs/store_stable_versions.py           |    5 +
 .../prek/check_metrics_synced_with_the_registry.py |   67 +-
 scripts/ci/prek/mypy_folder.py                     |    1 +
 .../tests/ci/docs/test_store_stable_versions.py    |   15 +-
 .../test_check_metrics_synced_with_the_registry.py |   79 +-
 shared/README.md                                   |    4 +-
 .../observability/metrics/datadog_logger.py        |    5 +-
 .../observability/metrics/metrics_template.yaml    |   41 +
 .../observability/metrics/statsd_logger.py         |   77 +-
 .../tests/observability/metrics/test_stats.py      |   59 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   |    2 +-
 .../sdk/observability/metrics/datadog_logger.py    |    1 +
 .../sdk/observability/metrics/statsd_logger.py     |   52 +-
 uv.lock                                            | 1698 +++++++++++---------
 339 files changed, 8029 insertions(+), 2486 deletions(-)
 create mode 100644 
airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/openapi-gen/queries/queryOptions.ts
 copy airflow-core/src/airflow/example_dags/{libs/helper.py => 
example_params_ui_interfaces.ini} (90%)
 create mode 100644 
airflow-core/src/airflow/ui/src/components/DagActions/PartitionPreviewTable.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/components/DagActions/RunBackfillForm.test.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/components/DagActions/inlineMessage.test.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/components/SearchDags/SearchDags.test.tsx
 copy dev/react-plugin-tools/react_plugin_template/src/global.d.ts => 
airflow-core/src/airflow/ui/src/constants/tab.ts (74%)
 create mode 100644 airflow-core/src/airflow/ui/src/router.test.tsx
 create mode 100644 airflow-core/src/airflow/ui/src/utils/tab.test.ts
 create mode 100644 airflow-core/src/airflow/ui/src/utils/tab.ts
 copy dev/breeze/{src/airflow_breeze/utils/helm_chart_utils.py => 
tests/test_add_back_references.py} (63%)
 create mode 100644 dev/breeze/tests/test_ci_image_commands.py
 copy {task-sdk => dev/mypy}/docs/conf.py (52%)
 create mode 100644 dev/mypy/docs/index.rst
 copy {chart => dev/mypy}/docs/release_notes.rst (99%)
 copy java-sdk/slf4j/gradle.properties => dev/mypy/docs/spelling_wordlist.txt 
(97%)
 copy airflow-core/src/airflow/api_fastapi/core_api/datamodels/extra_links.py 
=> devel-common/tests/unit/sphinx_exts/docs_build/test_docs_builder.py (64%)
 rename java-sdk/sdk/src/main/kotlin/org/apache/airflow/sdk/{Dag.kt => 
DagDef.kt} (61%)
 create mode 100644 
java-sdk/sdk/src/test/kotlin/org/apache/airflow/sdk/DagDefTest.kt
 create mode 100644 
providers/common/ai/src/airflow/providers/common/ai/toolsets/managed_agent.py
 create mode 100644 
providers/common/ai/tests/unit/common/ai/toolsets/test_managed_agent.py
 copy 
providers/{common/sql/src/airflow/providers/common/sql/datafusion/exceptions.py 
=> http/tests/unit/http/test_exceptions.py} (60%)
 copy {airflow-core => providers/ibm/db2}/.gitignore (100%)
 copy LICENSE => providers/ibm/db2/LICENSE (100%)
 copy NOTICE => providers/ibm/db2/NOTICE (100%)
 create mode 100644 providers/ibm/db2/README.rst
 copy providers/ibm/{mq => db2}/docs/changelog.rst (97%)
 copy providers/{airbyte => ibm/db2}/docs/commits.rst (92%)
 copy providers/ibm/{mq => db2}/docs/conf.py (99%)
 create mode 100644 providers/ibm/db2/docs/connections/db2.rst
 copy providers/{common/sql => ibm/db2}/docs/dialects.rst (86%)
 copy providers/{vertica => ibm/db2}/docs/index.rst (66%)
 copy providers/{apache/beam => 
ibm/db2}/docs/installing-providers-from-sources.rst (100%)
 create mode 100644 providers/ibm/db2/docs/integration-logos/Db2.png
 copy providers/{apache/beam => ibm/db2}/docs/security.rst (100%)
 create mode 100644 providers/ibm/db2/provider.yaml
 copy providers/{elasticsearch => ibm/db2}/pyproject.toml (87%)
 copy {airflow-core/tests/integration => 
providers/ibm/db2/src/airflow}/__init__.py (100%)
 copy {airflow-core/tests/integration => 
providers/ibm/db2/src/airflow/providers}/__init__.py (100%)
 copy {airflow-core/tests/integration => 
providers/ibm/db2/src/airflow/providers/ibm}/__init__.py (100%)
 copy providers/{jenkins/src/airflow/providers/jenkins => 
ibm/db2/src/airflow/providers/ibm/db2}/__init__.py (94%)
 copy {airflow-core/src/airflow/_shared => 
providers/ibm/db2/src/airflow/providers/ibm/db2/dialects}/__init__.py (100%)
 create mode 100644 
providers/ibm/db2/src/airflow/providers/ibm/db2/dialects/db2.py
 create mode 100644 
providers/ibm/db2/src/airflow/providers/ibm/db2/get_provider_info.py
 copy {airflow-core/src/airflow/_shared => 
providers/ibm/db2/src/airflow/providers/ibm/db2/hooks}/__init__.py (100%)
 create mode 100644 providers/ibm/db2/src/airflow/providers/ibm/db2/hooks/db2.py
 copy providers/{airbyte => ibm/db2}/tests/conftest.py (100%)
 copy {airflow-core/tests/integration => 
providers/ibm/db2/tests/system}/__init__.py (100%)
 copy {task-sdk/src/airflow => providers/ibm/db2/tests/system/ibm}/__init__.py 
(100%)
 copy {airflow-core/src/airflow/_shared => 
providers/ibm/db2/tests/system/ibm/db2}/__init__.py (100%)
 create mode 100644 providers/ibm/db2/tests/system/ibm/db2/example_db2.py
 copy {airflow-core/tests/integration => 
providers/ibm/db2/tests/unit}/__init__.py (100%)
 copy {airflow-core/tests/integration => 
providers/ibm/db2/tests/unit/ibm}/__init__.py (100%)
 copy {airflow-core/src/airflow/_shared => 
providers/ibm/db2/tests/unit/ibm/db2}/__init__.py (100%)
 copy {airflow-core/src/airflow/_shared => 
providers/ibm/db2/tests/unit/ibm/db2/dialects}/__init__.py (100%)
 create mode 100644 providers/ibm/db2/tests/unit/ibm/db2/dialects/test_db2.py
 copy {airflow-core/src/airflow/_shared => 
providers/ibm/db2/tests/unit/ibm/db2/hooks}/__init__.py (100%)
 create mode 100644 providers/ibm/db2/tests/unit/ibm/db2/hooks/test_db2.py
 create mode 100644 
providers/microsoft/azure/tests/unit/microsoft/azure/resources/messages.json
 create mode 100644 
providers/microsoft/azure/tests/unit/microsoft/azure/resources/next_messages.json

Reply via email to