This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-5645b7091d
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 1eff5f0f4ca Bump the fab-ui-package-updates group across 1 directory 
with 4 updates
     add 1d6e79f960a [DISCUSSION-54853] Update webserver probe health check doc 
(#59942)
     add f47d2d45d06 Limit deltalake to not include 1.3.0 version (#59977)
     add 7145538d34b Add workers.celery.replicas field (#59730)
     add ed17399485b add redis statefulset persistentVolumeClaimRetentionPolicy 
support (#59955)
     add 667e2308a1b Enable triggerer queues (#59239)
     add 4d5e1083912 Add web interface link to Contributing docs (#59980)
     add d04f22e7813 Clarify a bit the code re updating next_dag run and next 
run after (#59724)
     add 784ad847dd6 Refactor providers to use SQLA2 (#59975)
     add 1eb6c61d264 Migrate alibaba provider to use 
airflow.sdk.configuration.conf (#59993)
     add b39159722ad Migrate redis provider to use 
airflow.sdk.configuration.conf (#59983)
     add 0eab2c2ed6f Migrate imap provider to use 
airflow.sdk.configuration.conf (#59994)
     add 275d9ba51b7 Remove documentation on TimeDeltaSensorAsync (#59651)
     add d068dcb8290 make pause/unpause commands as positional commands (#59936)
     add c0fc312dc7f Source conf from airflow.sdk.configuration.conf for trino 
provider (#59968)
     add 6a8d2610272 Migrate sftp provider to use 
airflow.sdk.configuration.conf (#59970)
     add e12b0a07a3f migrated conf imports for snowflake provider to use sdk 
config (#60002)
     add d3f089cd49e Migrate yandex provider to use 
airflow.sdk.configuration.conf (#59992)
     add a16126d7174 Migrate presto provider to use 
airflow.sdk.configuration.conf (#59985)
     add 56efe9dd19a Migrate airbyte provider to use 
airflow.sdk.configuration.conf (#59991)
     add 4d59108b9d8 Migrate postgres provider to use 
airflow.sdk.configuration.conf (#59984)
     add 0662ee0e802 Migrate ssh provider to use airflow.sdk.configuration.conf 
(#59981)
     add 2f62ef178d3 Source dbt provider to use airflow.sdk.configuration.conf 
(#59988)
     add 9b1be609c46 Add SQLAlchemy dependency to Exasol provider (#59902) 
(#59915)
     add db592bc2a00 Migrate common provider to use 
airflow.sdk.configuration.conf (#59989)
     add 65ed68706d3 Migrate openai provider to use 
airflow.sdk.configuration.conf (#59996)
     add c51e9e1dcb8 Revert "Limit deltalake to not include 1.3.0 version 
(#59977)" (#60005)
     add c2a5d4d29b2 feat: discord embeds for notifier (#58603)
     add 79f8cb6fc81 Fix Airflowctl integration tests broken on main (#60007)
     add 82d74036d17 Run airflow-ctl integration tests conditionally on 
airflowctl changes (#60010)
     add 4b18ed29a42 Migrate google provider to use 
airflow.sdk.configuration.conf (#59986)
     add 8028744fe17 fix(providers/winrm): Add missing hook class attributes 
(#60009)
     add 83afc02de12 Fix user creation in FAB fails when no role specified 
(#60015)
     add 90b2472e8b4 Add proper dependencies for sqlalchemy - common.sql 
(#59945)
     add 84110f44b73 Hide Groups field from User edit form in FAB Auth Manager 
(#60019)
     add 278884df415 Bump the fab-ui-package-updates group across 1 directory 
with 4 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   (1eff5f0f4ca)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-5645b7091d
 (278884df415)

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/additional-prod-image-tests.yml  |    5 +
 .github/workflows/ci-amd-arm.yml                   |    2 +
 .pre-commit-config.yaml                            |    7 +
 .../logging-monitoring/check-health.rst            |   11 +-
 .../docs/authoring-and-scheduling/deferring.rst    |   65 +
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              | 3554 ++++++++++----------
 airflow-core/docs/migrations-ref.rst               |    4 +-
 airflow-core/newsfragments/59239.feature.rst       |    1 +
 .../api_fastapi/core_api/datamodels/trigger.py     |    1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |    6 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |    6 +
 .../execution_api/datamodels/taskinstance.py       |    1 +
 .../execution_api/routes/task_instances.py         |    1 +
 airflow-core/src/airflow/cli/cli_config.py         |    6 +
 .../src/airflow/cli/commands/triggerer_command.py  |   19 +-
 .../src/airflow/config_templates/config.yml        |    9 +
 .../src/airflow/jobs/scheduler_job_runner.py       |  146 +-
 .../src/airflow/jobs/triggerer_job_runner.py       |   17 +-
 .../0015_2_9_0_update_trigger_kwargs_type.py       |   31 +-
 ...y => 0096_3_2_0_add_queue_column_to_trigger.py} |   23 +-
 airflow-core/src/airflow/models/trigger.py         |   55 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   13 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |    1 +
 airflow-core/src/airflow/utils/db.py               |    2 +-
 .../core_api/routes/public/test_task_instances.py  |    1 +
 .../versions/head/test_task_instances.py           |  154 +-
 .../unit/cli/commands/test_triggerer_command.py    |   22 +-
 airflow-core/tests/unit/jobs/test_scheduler_job.py |   45 +-
 airflow-core/tests/unit/models/test_trigger.py     |  670 ++--
 .../tests/airflowctl_tests/conftest.py             |    4 +-
 .../src/airflowctl/api/datamodels/generated.py     |    1 +
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |    3 +-
 .../airflow_ctl/ctl/commands/test_dag_command.py   |    8 +-
 chart/newsfragments/59730.significant.rst          |    3 +
 chart/templates/NOTES.txt                          |    8 +
 chart/templates/redis/redis-statefulset.yaml       |    6 +-
 chart/templates/workers/worker-deployment.yaml     |    2 +-
 chart/values.schema.json                           |   11 +-
 chart/values.yaml                                  |   10 +-
 .../03a_contributors_quick_start_beginners.rst     |    4 +-
 .../src/airflow_breeze/utils/selective_checks.py   |   12 +
 dev/breeze/tests/test_selective_checks.py          |   55 +
 .../tests/helm_tests/airflow_core/test_worker.py   |   18 +
 providers/airbyte/pyproject.toml                   |    2 +-
 .../airflow/providers/airbyte/operators/airbyte.py |    3 +-
 .../airflow/providers/airbyte/sensors/airbyte.py   |    3 +-
 providers/alibaba/pyproject.toml                   |    2 +-
 .../alibaba/cloud/log/oss_task_handler.py          |    2 +-
 .../airflow/providers/common/io/xcom/backend.py    |    2 +-
 providers/common/sql/pyproject.toml                |    5 +-
 .../src/airflow/providers/common/sql/hooks/sql.py  |   48 +-
 providers/dbt/cloud/pyproject.toml                 |    2 +-
 .../airflow/providers/dbt/cloud/operators/dbt.py   |    3 +-
 .../src/airflow/providers/dbt/cloud/sensors/dbt.py |    3 +-
 providers/discord/docs/index.rst                   |    1 +
 .../notifications/discord_notifier_howto_guide.rst |   70 +
 .../docs/notifications}/index.rst                  |    3 +-
 .../providers/discord/hooks/discord_webhook.py     |   70 +-
 .../providers/discord/notifications/discord.py     |   14 +-
 .../providers/discord/notifications/embed.py       |  134 +
 .../unit/discord/hooks/test_discord_webhook.py     |   71 +
 .../unit/discord/notifications/test_discord.py     |   59 +
 .../tests/unit/discord/notifications/test_embed.py |   68 +
 providers/exasol/pyproject.toml                    |    7 +
 .../src/airflow/providers/exasol/hooks/exasol.py   |   16 +-
 .../providers/fab/auth_manager/views/user.py       |   12 +
 .../fab/www/views/test_views_custom_user_views.py  |   36 +
 providers/google/pyproject.toml                    |    2 +-
 .../providers/google/cloud/log/gcs_task_handler.py |    3 +-
 .../providers/google/cloud/operators/bigquery.py   |    3 +-
 .../google/cloud/operators/bigquery_dts.py         |    3 +-
 .../google/cloud/operators/cloud_batch.py          |    3 +-
 .../google/cloud/operators/cloud_build.py          |    3 +-
 .../google/cloud/operators/cloud_composer.py       |    3 +-
 .../providers/google/cloud/operators/cloud_run.py  |    3 +-
 .../providers/google/cloud/operators/cloud_sql.py  |    3 +-
 .../operators/cloud_storage_transfer_service.py    |    3 +-
 .../providers/google/cloud/operators/dataflow.py   |    3 +-
 .../providers/google/cloud/operators/datafusion.py |    3 +-
 .../providers/google/cloud/operators/dataplex.py   |    2 +-
 .../providers/google/cloud/operators/dataproc.py   |    3 +-
 .../google/cloud/operators/kubernetes_engine.py    |    3 +-
 .../providers/google/cloud/operators/pubsub.py     |    3 +-
 .../operators/vertex_ai/batch_prediction_job.py    |    3 +-
 .../google/cloud/operators/vertex_ai/custom_job.py |    3 +-
 .../vertex_ai/hyperparameter_tuning_job.py         |    3 +-
 .../cloud/operators/vertex_ai/pipeline_job.py      |    3 +-
 .../providers/google/cloud/sensors/bigquery.py     |    3 +-
 .../google/cloud/sensors/cloud_composer.py         |    8 +-
 .../sensors/cloud_storage_transfer_service.py      |    3 +-
 .../providers/google/cloud/sensors/dataflow.py     |    3 +-
 .../airflow/providers/google/cloud/sensors/gcs.py  |    3 +-
 .../providers/google/cloud/sensors/pubsub.py       |    3 +-
 .../google/cloud/transfers/bigquery_to_gcs.py      |    3 +-
 .../google/cloud/transfers/gcs_to_bigquery.py      |    3 +-
 .../providers/google/cloud/transfers/s3_to_gcs.py  |    3 +-
 .../google/common/auth_backend/google_openid.py    |    2 +-
 .../tests/system/google/gcp_api_client_helpers.py  |    4 +-
 providers/imap/pyproject.toml                      |    2 +-
 .../imap/src/airflow/providers/imap/hooks/imap.py  |    2 +-
 .../providers/microsoft/winrm/hooks/winrm.py       |    5 +
 providers/openai/pyproject.toml                    |    2 +-
 .../airflow/providers/openai/operators/openai.py   |    3 +-
 providers/postgres/pyproject.toml                  |    2 +-
 .../airflow/providers/postgres/hooks/postgres.py   |    3 +-
 providers/presto/pyproject.toml                    |    2 +-
 .../src/airflow/providers/presto/hooks/presto.py   |    3 +-
 providers/redis/pyproject.toml                     |    2 +-
 .../providers/redis/log/redis_task_handler.py      |    2 +-
 providers/sftp/pyproject.toml                      |    2 +-
 .../src/airflow/providers/sftp/sensors/sftp.py     |    3 +-
 providers/snowflake/pyproject.toml                 |    2 +-
 .../airflow/providers/snowflake/hooks/snowflake.py |    3 +-
 .../providers/snowflake/operators/snowflake.py     |    3 +-
 providers/ssh/pyproject.toml                       |    2 +-
 .../ssh/src/airflow/providers/ssh/operators/ssh.py |    3 +-
 providers/standard/docs/sensors/datetime.rst       |   17 +-
 .../standard/operators/test_branch_operator.py     |   19 +-
 .../tests/unit/standard/operators/test_datetime.py |    9 +-
 .../operators/test_latest_only_operator.py         |   12 +-
 .../unit/standard/operators/test_trigger_dagrun.py |   60 +-
 .../tests/unit/standard/operators/test_weekday.py  |    7 +-
 .../standard/sensors/test_external_task_sensor.py  |   15 +-
 .../tests/unit/standard/utils/test_skipmixin.py    |   17 +-
 providers/trino/pyproject.toml                     |    2 +-
 .../src/airflow/providers/trino/hooks/trino.py     |    3 +-
 providers/yandex/pyproject.toml                    |    2 +-
 .../airflow/providers/yandex/utils/user_agent.py   |    2 +-
 .../tests/unit/yandex/utils/test_user_agent.py     |    2 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   |    1 +
 .../src/airflow/sdk/execution_time/task_runner.py  |   10 +
 task-sdk/tests/task_sdk/api/test_client.py         |    9 +-
 .../task_sdk/execution_time/test_task_runner.py    |  130 +-
 134 files changed, 3663 insertions(+), 2457 deletions(-)
 create mode 100644 airflow-core/newsfragments/59239.feature.rst
 copy 
airflow-core/src/airflow/migrations/versions/{0090_3_2_0_add_fail_fast_to_dag_table.py
 => 0096_3_2_0_add_queue_column_to_trigger.py} (66%)
 create mode 100644 chart/newsfragments/59730.significant.rst
 create mode 100644 
providers/discord/docs/notifications/discord_notifier_howto_guide.rst
 copy providers/{pagerduty/docs/connections => 
discord/docs/notifications}/index.rst (97%)
 create mode 100644 
providers/discord/src/airflow/providers/discord/notifications/embed.py
 create mode 100644 
providers/discord/tests/unit/discord/notifications/test_embed.py

Reply via email to