This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from bea1b7f70c Improve `DataprocCreateClusterOperator` Triggers for Better
Error Handling and Resource Cleanup (#39130)
add 7683344c9c Add `DatabricksNotebookOperator` (#39178)
No new revisions were added by this update.
Summary of changes:
.../providers/databricks/operators/databricks.py | 174 +++++++++++++++++++++
airflow/providers/databricks/provider.yaml | 1 +
.../operators/notebook.rst | 44 ++++++
.../databricks/operators/test_databricks.py | 144 ++++++++++++++++-
.../providers/databricks/example_databricks.py | 54 +++++++
5 files changed, 416 insertions(+), 1 deletion(-)
create mode 100644
docs/apache-airflow-providers-databricks/operators/notebook.rst