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-5e415639ae
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 66dee089501 Bump the ui-plugin-template-package-updates group across 1
directory with 22 updates
add 636551e30f5 Fix MyPy type errors in backfill.py (#57801)
add 6e6d9eb7840 feat: backwards comp get async conn (#57143)
add 44dd6999a13 Remove tasks which use DirectRunner from Dataflow system
tests (#57803)
add 0f187687b00 docs: remove outdated Bazel installation paragraph from
README (#57807)
add 26e84775bdb Fix CI (#57824)
add 287fbd0c7e0 Change airflowctl version to 0.* (#57773)
add 9cb084fcd42 Fix main (#57825)
add 6290287b0da Add bundle_name to DagBag during execution time parse()
(#57651)
add 3bb724f0c95 Fix: S3KeySensor deferrable mode ignores metadata_keys,
returns only key names, and doesn't pass context to check_fn (#56910)
add e1ed4d5f5a0 Fix docstring typos (#57840)
add 75e47927f7d Fix mypy static errors in databricks provider (#57768)
add e5c7442c036 Minor fixes for the release candidate command (#57806)
add 0d30fb5afc0 UI - Fix test connection (#57811)
add e50a337f988 Replace the "postgres" extra on pandas from Presto
provider with direct psycopg2-binary. (#57813)
add e98dd9ff7df Configure uvicorn `timeout_worker_healthcheck` from
worker-timeout CLI option (#57731)
add e67b21159c3 Synchronize default versions in all split
.pre-commit-config.yaml (#57851)
add 34dec40e70d Add number of queries guard for ui backfill (#57820)
add b2331eed3c8 Update version of Grafana and statsd-exporter used for
`--integration statsd` (#57855)
add 5d1f3b59a46 Fix PK constraint setting + nullable mismatch in callback
migration (#57836)
add 528afa09294 fix MyPy type errors in datamodels/hitl.py (#57823)
add c3571783a41 fix: MyPy type cleanup in deadline.py (#57799)
add 7a1631641f4 Fix start-rc-process command test in CI (#57870)
add c54f574dd6b Revert "Fix text selection jumping in logs pane to match
text editor behavior…" (#57873)
add 1be3717c252 Bump the ui-plugin-template-package-updates group across 1
directory with 22 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 (66dee089501)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-5e415639ae
(1be3717c252)
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/workflows/basic-tests.yml | 8 +-
.pre-commit-config.yaml | 3 +-
README.md | 5 -
airflow-core/.pre-commit-config.yaml | 4 +
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/airflow_erd.svg | 4834 +++++++++-----------
airflow-core/pyproject.toml | 1 +
.../api_fastapi/core_api/datamodels/variables.py | 3 +-
.../api_fastapi/core_api/routes/ui/backfills.py | 3 +-
.../src/airflow/cli/commands/api_server_command.py | 1 +
.../0091_3_2_0_restructure_callback_table.py | 12 +-
airflow-core/src/airflow/models/backfill.py | 2 +-
airflow-core/src/airflow/models/callback.py | 2 +-
airflow-core/src/airflow/models/deadline.py | 15 +-
.../src/pages/TaskInstance/Logs/TaskLogContent.tsx | 25 +-
.../airflow/ui/src/queries/useTestConnection.ts | 12 +-
airflow-core/src/airflow/utils/cli.py | 1 +
airflow-core/src/airflow/utils/dag_cycle_tester.py | 2 +-
.../core_api/routes/public/test_task_instances.py | 3 +
.../core_api/routes/ui/test_backfills.py | 4 +-
.../unit/cli/commands/test_api_server_command.py | 2 +
airflow-ctl/.pre-commit-config.yaml | 4 +
airflow-ctl/RELEASE_NOTES.rst | 2 +-
airflow-ctl/docs/changelog.rst | 2 +-
airflow-ctl/src/airflowctl/__init__.py | 2 +-
.../ctl/commands/test_version_command.py | 2 +-
chart/.pre-commit-config.yaml | 4 +
dev/README_RELEASE_AIRFLOW.md | 4 +-
.../output_release-management_start-rc-process.svg | 24 +-
.../output_release-management_start-rc-process.txt | 2 +-
.../commands/release_candidate_command.py | 18 +-
.../commands/release_management_commands_config.py | 1 +
.../react_plugin_template/package.json | 4 +-
.../react_plugin_template/pnpm-lock.yaml | 66 +-
generated/PYPI_README.md | 5 -
go-sdk/.pre-commit-config.yaml | 4 +-
providers/.pre-commit-config.yaml | 4 +
.../src/airflow/providers/amazon/aws/sensors/s3.py | 3 +-
.../airflow/providers/amazon/aws/triggers/s3.py | 31 +-
.../tests/unit/amazon/aws/triggers/test_s3.py | 104 +-
.../executors/test_kubernetes_executor.py | 4 +-
providers/common/compat/.pre-commit-config.yaml | 4 +
providers/common/compat/pyproject.toml | 1 +
.../providers/common/compat/connection/__init__.py | 38 +-
.../unit/common/compat/connection}/__init__.py | 0
.../common/compat/connection/test_connection.py | 69 +
.../providers/databricks/hooks/databricks_base.py | 25 +-
.../providers/databricks/hooks/databricks_sql.py | 4 +-
.../databricks/plugins/databricks_workflow.py | 2 +-
.../databricks/plugins/test_databricks_workflow.py | 2 +-
providers/edge3/.pre-commit-config.yaml | 4 +
providers/fab/.pre-commit-config.yaml | 4 +
providers/google/docs/operators/cloud/dataflow.rst | 8 -
.../cloud/dataflow/example_dataflow_native_java.py | 49 -
.../dataflow/example_dataflow_native_python.py | 27 -
providers/keycloak/.pre-commit-config.yaml | 4 +
providers/presto/README.rst | 10 +-
providers/presto/docs/index.rst | 10 +-
providers/presto/pyproject.toml | 4 +-
scripts/ci/docker-compose/integration-statsd.yml | 4 +-
task-sdk/.pre-commit-config.yaml | 4 +
.../src/airflow/sdk/execution_time/task_runner.py | 1 +
.../task_sdk/execution_time/test_task_runner.py | 53 +-
63 files changed, 2687 insertions(+), 2874 deletions(-)
copy airflow-core/src/airflow/utils/dag_cycle_tester.py =>
providers/common/compat/src/airflow/providers/common/compat/connection/__init__.py
(53%)
copy {airflow-core/src/airflow/_shared =>
providers/common/compat/tests/unit/common/compat/connection}/__init__.py (100%)
create mode 100644
providers/common/compat/tests/unit/common/compat/connection/test_connection.py