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-6b1982b9af
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 7012d897c7e Bump the ui-plugin-template-package-updates group across 1
directory with 18 updates
add f442ed280bb Changed dag_bundle.signed_url_template from varchar(200)
to text (#61041)
add 3b27a624404 CI: Upgrade important CI environment (#62540)
add eeaffb5e9af Enable multi-team in Celery executor (#62534)
add 68691417109 Fix deadline alert hashing bug (#61702)
add ceaf359a657 Add French (fr) translation agent skill (#62161)
add 04b921bc3a1 Add translation agent skill guidelines for Thai (th)
locale (#62170)
add febf1fe70ee fix DataprocSubmitTrigger deferred tasks stuck forever
(#62082)
add b65690196d5 Protect supervisor memory from being read by sibling task
processes (#62523)
add 77e057fcb18 Migrate JDBC connection UI metadata to YAML (#62427)
add 0fcb459402c Migrate Jenkins connection UI metadata to YAML (#62432)
add 37c480df752 Migrate-airbyte-connection-UI-metadata-to-YAML (#62426)
add f03beb90287 Migrate mongo connection UI metadata to YAML (#62444)
add 0157e0ebe6c Migrate postgres connection UI metadata to YAML (#62445)
add 2e5023d853f Migrate salesforce connection UI metadata to YAML (#62446)
add 917abea0d2b Suspend Apache Beam Provider due to grpcio limitation
(#61926)
add 8a3a5222e39 Add support to create connections using uri in SDK (#62211)
add 5639a878a47 Fix deadline typo (#62486)
add 352feb2b615 Add base react plugin destination (#62530)
add b7418576cc7 Raise on unexpected terminal dbt Cloud job run states
(#61300)
add 0734b4f4c44 Add known issue notice for version 19.5.0 (#61927)
add 85085a46deb Migrate samba connection UI metadata to YAML (#62514)
add 56b3a8afb68 Bump the ui-plugin-template-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 (7012d897c7e)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-6b1982b9af
(56b3a8afb68)
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/skills/airflow-translations/locales/fr.md | 190 +
.github/skills/airflow-translations/locales/th.md | 296 ++
.pre-commit-config.yaml | 2 +-
.../docs/administration-and-deployment/plugins.rst | 5 +-
airflow-core/docs/best-practices.rst | 2 +-
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/airflow_erd.svg | 4696 +++++++++++---------
airflow-core/docs/migrations-ref.rst | 4 +-
.../api_fastapi/core_api/datamodels/plugins.py | 2 +-
.../api_fastapi/core_api/datamodels/ui/deadline.py | 2 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 34 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 2 +
.../api_fastapi/core_api/routes/ui/deadlines.py | 6 +-
..._0_change_signed_url_template_from_varchar_.py} | 42 +-
airflow-core/src/airflow/models/dagbundle.py | 4 +-
airflow-core/src/airflow/models/deadline_alert.py | 8 +-
airflow-core/src/airflow/models/serialized_dag.py | 94 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 2 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 2 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 2 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 2 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 44 +-
.../ui/openapi-gen/requests/services.gen.ts | 2 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 28 +-
.../src/airflow/ui/src/layouts/BaseLayout.tsx | 39 +-
airflow-core/src/airflow/utils/db.py | 2 +-
.../tests/unit/always/test_example_dags.py | 38 +-
airflow-core/tests/unit/models/test_dag.py | 30 +-
.../tests/unit/models/test_deadline_alert.py | 31 +-
.../tests/unit/models/test_serialized_dag.py | 57 +-
.../unit/serialization/test_dag_serialization.py | 16 +-
.../src/airflowctl/api/datamodels/generated.py | 2 +
dev/breeze/doc/images/output_build-docs.svg | 6 +-
dev/breeze/doc/images/output_build-docs.txt | 2 +-
...tput_release-management_add-back-references.svg | 6 +-
...tput_release-management_add-back-references.txt | 2 +-
...management_generate-issue-content-providers.svg | 20 +-
...management_generate-issue-content-providers.txt | 2 +-
...e-management_prepare-provider-distributions.svg | 20 +-
...e-management_prepare-provider-distributions.txt | 2 +-
...e-management_prepare-provider-documentation.svg | 20 +-
...e-management_prepare-provider-documentation.txt | 2 +-
.../output_release-management_publish-docs.svg | 6 +-
.../output_release-management_publish-docs.txt | 2 +-
.../images/output_workflow-run_publish-docs.svg | 6 +-
.../images/output_workflow-run_publish-docs.txt | 2 +-
.../commands/release_management_commands.py | 8 +-
dev/breeze/src/airflow_breeze/utils/packages.py | 7 +
dev/breeze/tests/test_packages.py | 4 +-
dev/breeze/uv.lock | 1964 ++++----
.../react_plugin_template/package.json | 2 +-
.../react_plugin_template/pnpm-lock.yaml | 20 +-
devel-common/pyproject.toml | 2 +-
.../src/tests_common/test_utils/providers.py | 20 +
providers/airbyte/provider.yaml | 10 +
.../airflow/providers/airbyte/get_provider_info.py | 10 +
providers/apache/beam/provider.yaml | 4 +-
.../providers/celery/executors/celery_executor.py | 1 +
.../src/airflow/providers/dbt/cloud/hooks/dbt.py | 26 +-
.../airflow/providers/dbt/cloud/operators/dbt.py | 16 +-
.../cloud/tests/unit/dbt/cloud/hooks/test_dbt.py | 6 +-
.../tests/unit/dbt/cloud/operators/test_dbt.py | 2 +-
providers/google/docs/changelog.rst | 7 +
providers/google/pyproject.toml | 4 -
.../providers/google/cloud/triggers/dataproc.py | 8 +-
.../tests/unit/google/cloud/hooks/test_dataflow.py | 5 +
.../unit/google/cloud/operators/test_dataflow.py | 4 +
.../google/cloud/operators/test_datapipeline.py | 3 +
.../unit/google/cloud/sensors/test_dataflow.py | 3 +
.../unit/google/cloud/triggers/test_dataflow.py | 4 +
.../unit/google/cloud/triggers/test_dataproc.py | 17 +-
.../utils/test_mlengine_prediction_summary.py | 4 +
providers/jdbc/provider.yaml | 6 +
.../airflow/providers/jdbc/get_provider_info.py | 9 +-
providers/jenkins/provider.yaml | 17 +
.../airflow/providers/jenkins/get_provider_info.py | 17 +
providers/mongo/provider.yaml | 25 +
.../airflow/providers/mongo/get_provider_info.py | 14 +-
providers/postgres/provider.yaml | 3 +
.../providers/postgres/get_provider_info.py | 1 +
providers/salesforce/provider.yaml | 85 +
.../providers/salesforce/get_provider_info.py | 30 +
providers/samba/provider.yaml | 15 +
.../airflow/providers/samba/get_provider_info.py | 13 +-
pyproject.toml | 8 -
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/common_prek_utils.py | 8 +-
scripts/ci/prek/ruff_format.py | 2 +-
scripts/ci/prek/update_airflow_pyproject_toml.py | 3 +-
.../in_container/run_provider_yaml_files_check.py | 18 +
scripts/in_container/verify_providers.py | 14 +
task-sdk/src/airflow/sdk/definitions/connection.py | 35 +-
.../src/airflow/sdk/execution_time/supervisor.py | 25 +-
.../tests/task_sdk/definitions/test_connection.py | 14 +
.../task_sdk/execution_time/test_supervisor.py | 88 +
95 files changed, 5083 insertions(+), 3316 deletions(-)
create mode 100644 .github/skills/airflow-translations/locales/fr.md
create mode 100644 .github/skills/airflow-translations/locales/th.md
copy
airflow-core/src/airflow/migrations/versions/{0051_3_0_0_update_task_instance_trigger_timeout_to_utcdatetime.py
=> 0106_3_2_0_change_signed_url_template_from_varchar_.py} (55%)