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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-security-updates-e65f35aede
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 3a3b9b1659f Bump mermaid
     add 61f028989c0 [AIP-94] airflowctl jobs: add check command (#68534)
     add e24f5294645 Add indexes on serialized_dag and dag_code (#69391)
     add e8ba9507034 Add Databricks-native retry settings to task operators 
(#69182)
     add 787e323ca46 Support custom redaction and message length cap in 
LLMRetryPolicy (#70830)
     add ee643dffc40 Use sqlite3.sqlite_version_info instead of hand-parsing 
the version string (#71115)
     add 5ed6f8f3217 Improve confirmation output when connections are added via 
cli (#71215)
     add 5b04b42936f Avoid scheduler crash when periodic maintenance actions 
fail (#69487)
     add 805a37cc03c Clarify template field validator guidance (#71210)
     add c1eb2ef7305 Bump mermaid

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   (3a3b9b1659f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-security-updates-e65f35aede
 (c1eb2ef7305)

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:
 airflow-core/docs/migrations-ref.rst               |   4 +-
 .../src/airflow/cli/commands/connection_command.py |  28 +-
 .../src/airflow/cli/commands/jobs_command.py       |   2 +
 airflow-core/src/airflow/configuration.py          |  11 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |   2 +
 ..._4_0_add_indexes_on_serialized_dag_and_dag_.py} |  32 +-
 airflow-core/src/airflow/models/dagcode.py         |   3 +-
 airflow-core/src/airflow/models/serialized_dag.py  |   3 +-
 airflow-core/src/airflow/utils/db.py               |   2 +-
 airflow-core/src/airflow/utils/event_scheduler.py  |  24 +-
 .../unit/cli/commands/test_command_deprecations.py |   2 +
 .../unit/cli/commands/test_connection_command.py   |  18 +-
 airflow-core/tests/unit/core/test_configuration.py |  19 +
 ...9_add_indexes_on_serialized_dag_and_dag_code.py |  55 ++
 .../tests/unit/utils/test_event_scheduler.py       |  33 ++
 airflow-ctl/docs/images/command_hashes.txt         |   2 +-
 airflow-ctl/docs/images/output_jobs.svg            |  66 ++-
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |  49 ++
 .../src/airflowctl/ctl}/commands/jobs_command.py   |  43 +-
 .../airflow_ctl/ctl/commands/test_jobs_command.py  | 115 ++++
 providers/common/ai/docs/retry_policies.rst        |  74 ++-
 .../airflow/providers/common/ai/policies/retry.py  |  79 ++-
 .../ai/tests/unit/common/ai/policies/test_retry.py | 122 ++++
 providers/databricks/docs/operators/notebook.rst   |  38 ++
 providers/databricks/docs/operators/task.rst       |  27 +
 .../providers/databricks/operators/databricks.py   | 275 +++++++--
 .../providers/databricks/triggers/databricks.py    | 101 +++-
 .../unit/databricks/operators/test_databricks.py   | 646 +++++++++++++++++++++
 .../unit/databricks/triggers/test_databricks.py    | 201 +++++++
 scripts/ci/prek/validate_operators_init.py         |   8 +-
 .../tests/ci/prek/test_validate_operators_init.py  |  13 +
 31 files changed, 1915 insertions(+), 182 deletions(-)
 copy 
airflow-core/src/airflow/migrations/versions/{0126_3_4_0_add_index_on_asset_uri.py
 => 0129_3_4_0_add_indexes_on_serialized_dag_and_dag_.py} (51%)
 create mode 100644 
airflow-core/tests/unit/migrations/test_0129_add_indexes_on_serialized_dag_and_dag_code.py
 copy {airflow-core/src/airflow/cli => 
airflow-ctl/src/airflowctl/ctl}/commands/jobs_command.py (51%)
 create mode 100644 
airflow-ctl/tests/airflow_ctl/ctl/commands/test_jobs_command.py

Reply via email to