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 d010b0d Masking extras in GET /connections/<connection> endpoint
(#22227)
add cc92096 Operator for updating Databricks Repos (#22278)
No new revisions were added by this update.
Summary of changes:
.../example_dags/example_databricks_repos.py | 56 +++++++++++
airflow/providers/databricks/hooks/databricks.py | 24 +++++
.../databricks/operators/databricks_repos.py | 104 +++++++++++++++++++++
airflow/providers/databricks/provider.yaml | 9 ++
.../operators/repos_update.rst | 66 +++++++++++++
.../operators/run_now.rst | 2 +-
.../databricks/operators/test_databricks_repos.py | 64 +++++++++++++
7 files changed, 324 insertions(+), 1 deletion(-)
create mode 100644
airflow/providers/databricks/example_dags/example_databricks_repos.py
create mode 100644 airflow/providers/databricks/operators/databricks_repos.py
create mode 100644
docs/apache-airflow-providers-databricks/operators/repos_update.rst
create mode 100644
tests/providers/databricks/operators/test_databricks_repos.py