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-87267f2b40
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit d2bb7830256 Bump the edge-ui-package-updates group across 1 directory
with 20 updates
add 267f4949a4c Update Agents.md for UI dev (#64776)
add 3870e4065eb Bump vite (#64801)
add aff2c4498db Deprecate use_rest_api parameter in
CloudComposerDAGRunSensor and CloudComposerDAGRunTrigger (#64672)
add 9d877b43462 Return empty list when AzureContainerInstanceHook.get_logs
receives Logs(content=None) instead of returning [None]. (#63394)
add 58e5d02302c Improve debuggability of SQS, Lambda, EC2, and RDS hooks
(#64661)
add 0b482e39ef9 Add transient-error retry to SalesforceBulkOperator
(#64575)
add 7346de5eb65 enhance SnowflakeSqlApi docstring (statement_count)
(#64727)
add 87d35caaf99 Fix duplicate deadline callbacks with HA scheduler
replicas (#64737)
add 5c7f0372cc4 GCSHook: Log NotFound error instead of raise on Blob
deletion (#62424)
add cfe840f943f Introduced retries to the TableauSensor (#52770)
add ce87344fce2 i18n: add missing keys and fix Taiwanese Mandarin
terminology (#64762)
add 91270c76da1 Bump `google-cloud-aiplatform[evaluation]>=1.145.0`
(#64786)
add 8c0e5354660 Add `EksPodTrigger` (#64187)
add d53a7ad5c7e CI: Upgrade important CI environment (#64813)
add c2f83ea7c97 Add OpenLineage parent and transport info injection to
`EmrServerlessStartJobOperator` (#64807)
add d5bd2af0a1e Remove dependabot alarms in edge provider plugin (#64788)
add b14bbb29453 Bump the edge-ui-package-updates group across 1 directory
with 20 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 (d2bb7830256)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-87267f2b40
(b14bbb29453)
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:
.pre-commit-config.yaml | 2 +-
airflow-core/docs/best-practices.rst | 2 +-
.../src/airflow/jobs/scheduler_job_runner.py | 16 +-
airflow-core/src/airflow/ui/AGENTS.md | 27 ++
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 517 ++++++++++-----------
.../ui/public/i18n/locales/zh-TW/admin.json | 3 +-
.../ui/public/i18n/locales/zh-TW/assets.json | 2 +-
.../ui/public/i18n/locales/zh-TW/browse.json | 4 +-
.../ui/public/i18n/locales/zh-TW/common.json | 41 ++
.../ui/public/i18n/locales/zh-TW/components.json | 4 +-
.../airflow/ui/public/i18n/locales/zh-TW/dag.json | 3 +-
.../airflow/ui/public/i18n/locales/zh-TW/dags.json | 2 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 62 +++
dev/breeze/uv.lock | 44 +-
devel-common/pyproject.toml | 2 +-
.../src/airflow/providers/amazon/aws/hooks/ec2.py | 25 +-
.../providers/amazon/aws/hooks/lambda_function.py | 29 +-
.../src/airflow/providers/amazon/aws/hooks/rds.py | 46 +-
.../src/airflow/providers/amazon/aws/hooks/sqs.py | 19 +-
.../airflow/providers/amazon/aws/operators/eks.py | 77 +++
.../airflow/providers/amazon/aws/operators/emr.py | 37 +-
.../airflow/providers/amazon/aws/triggers/eks.py | 130 ++++++
.../tests/unit/amazon/aws/operators/test_eks.py | 58 +++
.../amazon/aws/operators/test_emr_serverless.py | 221 +++++++++
.../tests/unit/amazon/aws/triggers/test_eks.py | 128 ++++-
.../common/compat/openlineage/utils/spark.py | 26 ++
.../providers/edge3/plugins/www/package.json | 7 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 28 +-
providers/google/docs/index.rst | 2 +-
providers/google/pyproject.toml | 2 +-
.../providers/google/cloud/hooks/cloud_composer.py | 33 +-
.../airflow/providers/google/cloud/hooks/gcs.py | 19 +-
.../google/cloud/operators/cloud_composer.py | 4 +
.../providers/google/cloud/operators/gcs.py | 5 +-
.../google/cloud/sensors/cloud_composer.py | 83 ++--
.../google/cloud/triggers/cloud_composer.py | 79 ++--
.../unit/google/cloud/hooks/test_cloud_composer.py | 69 ++-
.../tests/unit/google/cloud/hooks/test_gcs.py | 44 +-
.../google/cloud/operators/test_cloud_composer.py | 2 +
.../tests/unit/google/cloud/operators/test_gcs.py | 32 +-
.../google/cloud/sensors/test_cloud_composer.py | 122 +++--
.../google/cloud/triggers/test_cloud_composer.py | 33 +-
.../microsoft/azure/hooks/container_instance.py | 2 +-
.../azure/hooks/test_container_instance.py | 16 +-
.../airflow/providers/openlineage/utils/spark.py | 90 ++++
.../tests/unit/openlineage/utils/test_spark.py | 145 ++++++
.../airflow/providers/salesforce/operators/bulk.py | 125 ++++-
.../unit/salesforce/operators/test_bulk_retry.py | 199 ++++++++
.../providers/snowflake/hooks/snowflake_sql_api.py | 3 +-
.../providers/snowflake/operators/snowflake.py | 4 +-
.../airflow/providers/tableau/sensors/tableau.py | 12 +
.../tests/unit/tableau/sensors/test_tableau.py | 33 ++
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
uv.lock | 94 ++--
56 files changed, 2179 insertions(+), 641 deletions(-)
create mode 100644 airflow-core/src/airflow/ui/AGENTS.md
create mode 100644
providers/salesforce/tests/unit/salesforce/operators/test_bulk_retry.py