This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-0453533dc7
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard c114cb97376 Bump the ui-plugin-template-package-updates group across 1
directory with 25 updates
add e659539c002 Align prevent rerun messages in line 38 and 68 in i18n
dags.json (#59562)
add 1c0b4936d40 Fix Dag Processor logging crash (#59317)
add e2cd7c609b1 Add log record when listening dag is partitioned but run
has no key (#59375)
add f8d1e8831d5 Add missing fields to SQLValueCheckOperator docstring
(#59409)
add 1c703068a51 [Chart] Fix rendering condition of
"git_sync_ssh_key_volume" (#59418)
add 50e10d667bb Make Edge provider SQLA2 compatible (#59414)
add dcaad6008e2 Add sqs hook tests (#59586)
add cb3d5b7d243 Remove unecessary eslint ignores in TriggerDAGForm (#59579)
add 667b112bca7 Speed up dag parsing for google gen_ai_generative_model
dag (#59587)
add 940c7bb970e Use sdk shared library references in serde source code
(#59591)
add c36e5ec71dc fix(asset-parition): add a mutex lock to AssetModel when
updating APDR (#59183)
add 20c0d5ffaed Update multiple test files to remove SQLAlchemy query
usage (#59508)
add fb12e5c6df4 refactor: move task stream filtering logic to endpoint for
Grid (#58576)
add 3b6e6bf18e0 Add typescript eslint plugin to other core packages
(#59605)
add 7818fd3af9f Bump the ui-plugin-template-package-updates group across 1
directory with 25 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 (c114cb97376)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-0453533dc7
(7818fd3af9f)
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 | 4 +
airflow-core/docs/img/airflow_erd.svg | 4965 +++++++++-----------
.../auth/managers/simple/ui/package.json | 5 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 174 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 22 +
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 49 +-
airflow-core/src/airflow/assets/manager.py | 114 +-
.../src/airflow/ui/openapi-gen/queries/common.ts | 7 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 10 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 10 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 10 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 10 +-
.../ui/openapi-gen/requests/services.gen.ts | 6 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 3 +
.../airflow/ui/public/i18n/locales/en/dags.json | 2 +-
.../src/components/TriggerDag/TriggerDAGForm.tsx | 6 +-
.../airflow/ui/src/layouts/Details/Grid/Grid.tsx | 61 +-
.../src/airflow/ui/src/queries/useGridStructure.ts | 9 +
.../core_api/routes/public/test_variables.py | 7 +-
.../api_fastapi/core_api/routes/ui/test_grid.py | 157 +
airflow-core/tests/unit/assets/test_manager.py | 51 +-
.../tests/unit/cli/commands/test_task_command.py | 11 +-
.../bundles/test_dag_bundle_manager.py | 23 +-
chart/files/pod-template-file.kubernetes-helm-yaml | 2 +-
.../react_plugin_template/package.json | 7 +-
.../react_plugin_template/pnpm-lock.yaml | 257 +-
.../tests/helm_tests/airflow_aux/test_configmap.py | 46 +
.../amazon/tests/unit/amazon/aws/hooks/test_sqs.py | 132 +-
providers/common/sql/docs/operators.rst | 23 +
.../airflow/providers/common/sql/operators/sql.py | 3 +
...reshold_check.py => example_sql_value_check.py} | 26 +-
.../providers/edge3/executors/edge_executor.py | 47 +-
.../unit/edge3/executors/test_edge_executor.py | 17 +-
.../unit/edge3/worker_api/routes/test_jobs.py | 7 +-
.../unit/edge3/worker_api/routes/test_logs.py | 6 +-
.../tests/unit/edge3/worker_api/routes/test_ui.py | 3 +-
.../unit/edge3/worker_api/routes/test_worker.py | 14 +-
.../gen_ai/example_gen_ai_generative_model.py | 38 +-
.../src/airflow/sdk/execution_time/supervisor.py | 8 +-
task-sdk/src/airflow/sdk/serde/__init__.py | 2 +-
.../src/airflow/sdk/serde/serializers/datetime.py | 2 +-
.../src/airflow/sdk/serde/serializers/timezone.py | 2 +-
42 files changed, 3320 insertions(+), 3038 deletions(-)
copy
providers/common/sql/tests/system/common/sql/{example_sql_threshold_check.py =>
example_sql_value_check.py} (68%)