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

Lee-W pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 25eaec2ea5a [main] CI: Upgrade important CI environment
     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 9a3da7a7c99 [main] CI: Upgrade important CI environment

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   (25eaec2ea5a)
            \
             N -- N -- N   refs/heads/ci-upgrade-main (9a3da7a7c99)

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 +-
 ..._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 +-
 ...9_add_indexes_on_serialized_dag_and_dag_code.py |  55 ++
 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 +++++++
 15 files changed, 1578 insertions(+), 84 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

Reply via email to