This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/visx/shape-4.0.0
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 9a09bdbb00a Bump @visx/shape from 3.12.0 to 4.0.0 in
/airflow-core/src/airflow/ui
add 1ce3f17906c Add the option to select bundle version parameter on dag
run trigger endpoint (#61550)
add c3a95456dad Bump eslint-plugin-unicorn (#69718)
add 5e6e5482b8c Bump the auth-ui-package-updates group across 1 directory
with 4 updates (#69717)
add d24297f6582 Change log level from info to debug for Edge job fetch
(#68736)
add 304708cda47 Consume external role ARN in Neptune Analytics system test
(#69682)
add 8175e0cce11 Add team_name tag to OpenLineage metrics (#69109)
add 37783b80006 Consolidate OpenLineage e2e tests into airflow-e2e-tests
(#69671)
add 09bba935c0f Skip Java SDK jobs for doc-only changes (#69674)
add f900d28dcbf Fill Taiwanese Mandarin translation gap (#69708)
add 1a45a6a4737 Bump flask-appbuilder to 5.2.2 in FAB provider (#69730)
add 549af7a070e Sync magpie setup bootstrap with upstream sandbox-bypass
guidance (#69421)
add c860159eee8 Add Azure AI Foundry Agents operators (Create, Update,
Delete, Run) (#68799)
add 2e5962245f1 Show prepare breeze timing in CI duration alerts (#69732)
add 170470f4f5c Add Ubuntu Noble system dependencies to INSTALL guide
(#69754)
add 621192d76a9 Add upgrade-fab-provider skill and FAB contributing doc
(#69729)
add e714b1df7ff Add Vertex AI Agent Engine operators (Create, Get, Query,
Update, Delete) (#68479)
add bec335f1cb4 Add dataclasses-json floor to common.ai llamaindex extra
(#69755)
add a52424284b5 Add build toolchain reference to Java SDK README (#69670)
add 6e6d0af05e5 Add cloud-based auth (aws_iam, gcp, azure_ad) to Akeyless
secrets backend (#69772)
add d094fe92dc5 Remove redundant bundle pre-cleaning from triggerer and
trigger_dag tests (#69446)
add dfd1ea30527 Add expand/collapse all for Dag Run conf JSON in Dag Runs
list (#69567)
add a0e0ae1d068 Reduce DAG card tooltip controller overhead (#69681)
add b5fe8879607 Bump @visx/shape from 3.12.0 to 4.0.0 in
/airflow-core/src/airflow/ui
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 (9a09bdbb00a)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/visx/shape-4.0.0
(b5fe8879607)
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:
.agents/skills/magpie-setup/SKILL.md | 2 +
.agents/skills/magpie-setup/adopt.md | 60 ++-
.agents/skills/magpie-setup/agents.md | 1 +
.agents/skills/magpie-setup/upgrade.md | 15 +
.agents/skills/magpie-setup/verify.md | 1 +
.agents/skills/upgrade-fab-provider/SKILL.md | 270 ++++++++++++
.claude/skills/upgrade-fab-provider | 1 +
.dockerignore | 1 -
.github/skills/upgrade-fab-provider | 1 +
.github/workflows/additional-prod-image-tests.yml | 33 +-
.github/workflows/ci-amd.yml | 7 +-
.github/workflows/ci-arm.yml | 7 +-
...-tests.yml => openlineage-e2e-compat-tests.yml} | 86 +---
.gitignore | 1 +
.rat-excludes | 1 -
INSTALL | 22 +-
.../auth/managers/simple/ui/package.json | 10 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 481 ++++++++++++---------
.../api_fastapi/core_api/datamodels/dag_run.py | 1 +
.../core_api/openapi/v2-rest-api-generated.yaml | 10 +
.../api_fastapi/core_api/routes/public/assets.py | 36 +-
.../api_fastapi/core_api/routes/public/dag_run.py | 58 ++-
airflow-core/src/airflow/exceptions.py | 4 +
airflow-core/src/airflow/models/dag_version.py | 9 +-
.../src/airflow/serialization/definitions/dag.py | 57 ++-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 22 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 2 +
.../airflow/ui/public/i18n/locales/zh-TW/dags.json | 2 +
.../src/airflow/ui/src/mocks/handlers/dag_runs.ts | 2 +-
.../airflow/ui/src/pages/DagRuns/DagRuns.test.tsx | 44 +-
.../src/airflow/ui/src/pages/DagRuns/DagRuns.tsx | 21 +-
.../airflow/ui/src/pages/DagsList/DagCard.test.tsx | 32 +-
.../airflow/ui/src/pages/DagsList/RecentRuns.tsx | 135 +++---
.../tests/unit/api/common/test_trigger_dag.py | 1 -
.../core_api/routes/public/test_assets.py | 88 ++++
.../core_api/routes/public/test_dag_run.py | 217 +++++++++-
airflow-core/tests/unit/jobs/test_triggerer_job.py | 1 -
airflow-core/tests/unit/models/test_dag.py | 118 +++++
.../src/airflowctl/api/datamodels/generated.py | 2 +
.../docker/openlineage-compat.Dockerfile | 0
airflow-e2e-tests/docker/openlineage.yml | 83 ++++
.../tests/airflow_e2e_tests/conftest.py | 40 +-
.../tests/airflow_e2e_tests/constants.py | 4 +
.../airflow_e2e_tests/e2e_test_utils/clients.py | 3 +-
.../airflow_e2e_tests/openlineage_tests}/README.md | 52 ++-
.../openlineage_tests}/__init__.py | 0
.../dags_extra/e2e_versioned_bundle.py | 0
.../dags_extra/openlineage_warmup_dag.py | 0
.../openlineage_tests}/harness.py | 93 ++--
.../openlineage_tests}/prepare_dags.py | 53 +--
.../openlineage_tests}/task_logs.py | 0
.../openlineage_tests}/test_openlineage_e2e.py | 27 +-
dev/breeze/doc/05_test_commands.rst | 31 +-
dev/breeze/doc/ci/04_selective_checks.md | 12 +-
.../output_setup_check-all-params-in-groups.svg | 2 +-
.../output_setup_check-all-params-in-groups.txt | 2 +-
.../output_setup_regenerate-command-images.svg | 8 +-
.../output_setup_regenerate-command-images.txt | 2 +-
dev/breeze/doc/images/output_testing.svg | 18 +-
dev/breeze/doc/images/output_testing.txt | 2 +-
.../images/output_testing_airflow-e2e-tests.svg | 37 +-
.../images/output_testing_airflow-e2e-tests.txt | 2 +-
.../images/output_testing_providers-e2e-tests.svg | 182 --------
.../images/output_testing_providers-e2e-tests.txt | 1 -
.../airflow_breeze/commands/testing_commands.py | 261 ++++-------
.../commands/testing_commands_config.py | 21 +-
dev/breeze/src/airflow_breeze/utils/run_tests.py | 6 -
.../src/airflow_breeze/utils/selective_checks.py | 29 +-
dev/breeze/tests/test_selective_checks.py | 43 +-
devel-common/src/tests_common/test_utils/dag.py | 10 +-
docs/spelling_wordlist.txt | 4 +
java-sdk/README.md | 3 +-
providers-e2e-tests/README.md | 111 -----
providers-e2e-tests/openlineage/.gitignore | 7 -
.../openlineage/.pre-commit-config.yaml | 33 --
.../openlineage/docker-compose-local.yaml | 56 ---
.../openlineage/docker-compose.yaml | 181 --------
providers-e2e-tests/openlineage/pyproject.toml | 85 ----
providers-e2e-tests/openlineage/tests/conftest.py | 194 ---------
providers-e2e-tests/openlineage/tests/constants.py | 42 --
providers/akeyless/docs/secrets-backend.rst | 86 +++-
.../airflow/providers/akeyless/secrets/akeyless.py | 51 ++-
.../tests/unit/akeyless/secrets/test_akeyless.py | 117 ++++-
.../system/amazon/aws/example_neptune_analytics.py | 70 +--
providers/common/ai/docs/index.rst | 8 +-
providers/common/ai/pyproject.toml | 1 +
providers/edge3/docs/deployment.rst | 4 +-
.../src/airflow/providers/edge3/cli/worker.py | 2 +-
providers/fab/CONTRIBUTING.rst | 56 +++
providers/fab/README.rst | 2 +-
providers/fab/docs/index.rst | 2 +-
providers/fab/pyproject.toml | 2 +-
.../security_manager/test_fab_alignment.py | 2 +-
providers/google/README.rst | 1 +
providers/google/docs/index.rst | 1 +
.../google/docs/operators/cloud/vertex_ai.rst | 65 +++
providers/google/provider.yaml | 2 +
providers/google/pyproject.toml | 1 +
.../google/cloud/hooks/vertex_ai/agent_engine.py | 375 ++++++++++++++++
.../cloud/operators/vertex_ai/agent_engine.py | 443 +++++++++++++++++++
.../providers/google/cloud/triggers/vertex_ai.py | 116 +++++
.../airflow/providers/google/get_provider_info.py | 2 +
.../vertex_ai/example_vertex_ai_agent_engine.py | 280 ++++++++++++
.../vertex_ai/resources/agent_engine/Dockerfile | 13 +-
.../vertex_ai/resources/agent_engine}/__init__.py | 0
.../resources/agent_engine/hello_agent.py | 55 +++
.../cloud/hooks/vertex_ai/test_agent_engine.py | 385 +++++++++++++++++
.../cloud/operators/vertex_ai/test_agent_engine.py | 465 ++++++++++++++++++++
.../cloud/triggers/test_vertex_ai_agent_engine.py | 207 +++++++++
providers/microsoft/azure/README.rst | 2 +
providers/microsoft/azure/docs/index.rst | 2 +
.../microsoft/azure/docs/operators/ai_agents.rst | 128 ++++++
providers/microsoft/azure/provider.yaml | 52 +++
providers/microsoft/azure/pyproject.toml | 3 +
.../providers/microsoft/azure/_ai_agents.py | 72 +++
.../providers/microsoft/azure/get_provider_info.py | 56 +++
.../providers/microsoft/azure/hooks/ai_agents.py | 454 +++++++++++++++++++
.../microsoft/azure/operators/ai_agents.py | 398 +++++++++++++++++
.../microsoft/azure/triggers/ai_agents.py | 175 ++++++++
.../microsoft/azure/example_azure_ai_agents.py | 230 ++++++++++
.../unit/microsoft/azure/hooks/test_ai_agents.py | 475 ++++++++++++++++++++
.../microsoft/azure/operators/test_ai_agents.py | 463 ++++++++++++++++++++
.../tests/unit/microsoft/azure/test__ai_agents.py | 77 ++++
.../microsoft/azure/triggers/test_ai_agents.py | 197 +++++++++
.../providers/openlineage/plugins/adapter.py | 35 +-
.../providers/openlineage/plugins/listener.py | 84 +++-
.../airflow/providers/openlineage/utils/utils.py | 19 +-
.../providers/openlineage/version_compat.py | 3 +-
.../tests/unit/openlineage/plugins/test_adapter.py | 284 +++++++++++-
.../unit/openlineage/plugins/test_listener.py | 319 +++++++++++++-
.../tests/unit/openlineage/utils/test_utils.py | 56 +++
pyproject.toml | 7 -
scripts/ci/analyze_ci_job_durations.py | 85 +++-
...un_mypy_full_dist_local_venv_or_breeze_in_ci.py | 4 -
scripts/tests/ci/test_analyze_ci_job_durations.py | 119 ++++-
uv.lock | 63 ++-
136 files changed, 8409 insertions(+), 1869 deletions(-)
create mode 100644 .agents/skills/upgrade-fab-provider/SKILL.md
create mode 120000 .claude/skills/upgrade-fab-provider
create mode 120000 .github/skills/upgrade-fab-provider
rename .github/workflows/{providers-e2e-tests.yml =>
openlineage-e2e-compat-tests.yml} (52%)
rename providers-e2e-tests/openlineage/Dockerfile =>
airflow-e2e-tests/docker/openlineage-compat.Dockerfile (100%)
create mode 100644 airflow-e2e-tests/docker/openlineage.yml
rename {providers-e2e-tests/openlineage =>
airflow-e2e-tests/tests/airflow_e2e_tests/openlineage_tests}/README.md (57%)
copy {airflow-core/src/airflow/_shared =>
airflow-e2e-tests/tests/airflow_e2e_tests/openlineage_tests}/__init__.py (100%)
rename {providers-e2e-tests/openlineage =>
airflow-e2e-tests/tests/airflow_e2e_tests/openlineage_tests}/dags_extra/e2e_versioned_bundle.py
(100%)
rename {providers-e2e-tests/openlineage =>
airflow-e2e-tests/tests/airflow_e2e_tests/openlineage_tests}/dags_extra/openlineage_warmup_dag.py
(100%)
rename {providers-e2e-tests/openlineage/tests =>
airflow-e2e-tests/tests/airflow_e2e_tests/openlineage_tests}/harness.py (71%)
rename {providers-e2e-tests/openlineage =>
airflow-e2e-tests/tests/airflow_e2e_tests/openlineage_tests}/prepare_dags.py
(75%)
rename {providers-e2e-tests/openlineage/tests =>
airflow-e2e-tests/tests/airflow_e2e_tests/openlineage_tests}/task_logs.py (100%)
rename {providers-e2e-tests/openlineage/tests =>
airflow-e2e-tests/tests/airflow_e2e_tests/openlineage_tests}/test_openlineage_e2e.py
(78%)
delete mode 100644 dev/breeze/doc/images/output_testing_providers-e2e-tests.svg
delete mode 100644 dev/breeze/doc/images/output_testing_providers-e2e-tests.txt
delete mode 100644 providers-e2e-tests/README.md
delete mode 100644 providers-e2e-tests/openlineage/.gitignore
delete mode 100644 providers-e2e-tests/openlineage/.pre-commit-config.yaml
delete mode 100644 providers-e2e-tests/openlineage/docker-compose-local.yaml
delete mode 100644 providers-e2e-tests/openlineage/docker-compose.yaml
delete mode 100644 providers-e2e-tests/openlineage/pyproject.toml
delete mode 100644 providers-e2e-tests/openlineage/tests/conftest.py
delete mode 100644 providers-e2e-tests/openlineage/tests/constants.py
create mode 100644 providers/fab/CONTRIBUTING.rst
create mode 100644
providers/google/src/airflow/providers/google/cloud/hooks/vertex_ai/agent_engine.py
create mode 100644
providers/google/src/airflow/providers/google/cloud/operators/vertex_ai/agent_engine.py
create mode 100644
providers/google/tests/system/google/cloud/vertex_ai/example_vertex_ai_agent_engine.py
copy airflow-ctl/src/airflowctl/__init__.py =>
providers/google/tests/system/google/cloud/vertex_ai/resources/agent_engine/Dockerfile
(86%)
copy {airflow-core/src/airflow/_shared =>
providers/google/tests/system/google/cloud/vertex_ai/resources/agent_engine}/__init__.py
(100%)
create mode 100644
providers/google/tests/system/google/cloud/vertex_ai/resources/agent_engine/hello_agent.py
create mode 100644
providers/google/tests/unit/google/cloud/hooks/vertex_ai/test_agent_engine.py
create mode 100644
providers/google/tests/unit/google/cloud/operators/vertex_ai/test_agent_engine.py
create mode 100644
providers/google/tests/unit/google/cloud/triggers/test_vertex_ai_agent_engine.py
create mode 100644 providers/microsoft/azure/docs/operators/ai_agents.rst
create mode 100644
providers/microsoft/azure/src/airflow/providers/microsoft/azure/_ai_agents.py
create mode 100644
providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/ai_agents.py
create mode 100644
providers/microsoft/azure/src/airflow/providers/microsoft/azure/operators/ai_agents.py
create mode 100644
providers/microsoft/azure/src/airflow/providers/microsoft/azure/triggers/ai_agents.py
create mode 100644
providers/microsoft/azure/tests/system/microsoft/azure/example_azure_ai_agents.py
create mode 100644
providers/microsoft/azure/tests/unit/microsoft/azure/hooks/test_ai_agents.py
create mode 100644
providers/microsoft/azure/tests/unit/microsoft/azure/operators/test_ai_agents.py
create mode 100644
providers/microsoft/azure/tests/unit/microsoft/azure/test__ai_agents.py
create mode 100644
providers/microsoft/azure/tests/unit/microsoft/azure/triggers/test_ai_agents.py