This is an automated email from the ASF dual-hosted git repository.
pankajkoti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0bd1dfa192 Load Example Plugins with Example DAGs (#39999)
add fded2d8969 Add DatabricksWorkflowPlugin (#40724)
No new revisions were added by this update.
Summary of changes:
.../providers/databricks/operators/databricks.py | 32 +-
.../databricks/operators/databricks_workflow.py | 5 +
.../databricks/plugins}/__init__.py | 0
.../databricks/plugins/databricks_workflow.py | 479 +++++++++++++++++++++
airflow/providers/databricks/provider.yaml | 4 +
.../img/workflow_plugin_launch_task.png | Bin 0 -> 229013 bytes
.../img/workflow_plugin_single_task.png | Bin 0 -> 277562 bytes
docs/apache-airflow-providers-databricks/index.rst | 1 +
.../plugins}/index.rst | 4 +-
.../plugins/workflow.rst | 60 +++
generated/provider_dependencies.json | 7 +-
tests/plugins/test_plugins_manager.py | 2 +-
.../providers/databricks/plugins}/__init__.py | 0
.../databricks/plugins/test_databricks_workflow.py | 230 ++++++++++
14 files changed, 817 insertions(+), 7 deletions(-)
copy airflow/{api_connexion => providers/databricks/plugins}/__init__.py (100%)
create mode 100644 airflow/providers/databricks/plugins/databricks_workflow.py
create mode 100644
docs/apache-airflow-providers-databricks/img/workflow_plugin_launch_task.png
create mode 100644
docs/apache-airflow-providers-databricks/img/workflow_plugin_single_task.png
copy docs/{apache-airflow-providers-slack/operators =>
apache-airflow-providers-databricks/plugins}/index.rst (95%)
create mode 100644
docs/apache-airflow-providers-databricks/plugins/workflow.rst
copy {airflow/api_connexion => tests/providers/databricks/plugins}/__init__.py
(100%)
create mode 100644
tests/providers/databricks/plugins/test_databricks_workflow.py