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 e85717b8e21 AIP-86 - Add `callback_state` to deadline table (#53650)
add 047686f4638 feat: Refactor Databricks error handling with utility
functions (#52704)
No new revisions were added by this update.
Summary of changes:
.../providers/databricks/operators/databricks.py | 34 +-
.../providers/databricks/triggers/databricks.py | 16 +-
.../providers/databricks/utils/databricks.py | 54 ++-
.../unit/databricks/operators/test_databricks.py | 4 +-
.../tests/unit/databricks/utils/test_databricks.py | 429 ++++++++++++++++++++-
5 files changed, 503 insertions(+), 34 deletions(-)