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 5e72c77aee4 Remove standard provider from chicken-egg providers 
(#48717)
     add 7fb5abad643 Add DatabricksSQLStatementsOperator (#48507)

No new revisions were added by this update.

Summary of changes:
 .../databricks/docs/operators/sql_statements.rst   |  57 ++++++
 .../providers/databricks/hooks/databricks.py       | 110 +++++++++++
 .../providers/databricks/operators/databricks.py   | 211 ++++++++++++++++++++-
 .../providers/databricks/triggers/databricks.py    | 100 ++++++++++
 .../tests/system/databricks/example_databricks.py  |  11 ++
 .../tests/unit/databricks/hooks/test_databricks.py | 122 ++++++++++++
 .../unit/databricks/operators/test_databricks.py   | 175 ++++++++++++++++-
 .../unit/databricks/triggers/test_databricks.py    | 108 ++++++++++-
 8 files changed, 888 insertions(+), 6 deletions(-)
 create mode 100644 providers/databricks/docs/operators/sql_statements.rst

Reply via email to