This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 838e8e8acfd Add operators for Google BidManager API (#62521)
add 9217499bbdb Handle concurrent create race in
DatabricksReposCreateOperator when ignore_existing_repo=True. If create_repo()
fails, the operator now re-checks repository existence and proceeds if the
repository was created concurrently; otherwise, the original exception is
re-raised. Add unit tests covering recovery and failure propagation under
concurrent create scenarios. (#62422)
No new revisions were added by this update.
Summary of changes:
.../databricks/operators/databricks_repos.py | 29 +++++++++-
.../databricks/operators/test_databricks_repos.py | 62 ++++++++++++++++++++++
2 files changed, 89 insertions(+), 2 deletions(-)