You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/26 10:46:06 UTC

[airflow] branch main updated (b288bf4da4 -> 7438707747)

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 b288bf4da4 Delete redundant system test bigquery_to_bigquery (#25261)
     add 7438707747 Improved telemetry for Databricks provider (#25115)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/databricks/hooks/databricks.py   |  3 +-
 .../providers/databricks/hooks/databricks_base.py  | 34 ++++++++++----
 .../providers/databricks/hooks/databricks_sql.py   |  7 ++-
 .../providers/databricks/operators/databricks.py   | 32 ++++++++-----
 .../databricks/operators/databricks_repos.py       | 32 +++++++------
 .../databricks/operators/databricks_sql.py         |  2 +
 .../providers/databricks/hooks/test_databricks.py  | 54 +++++++++++-----------
 .../databricks/operators/test_databricks.py        | 11 +++++
 .../databricks/operators/test_databricks_repos.py  | 30 +++++++++---
 .../databricks/operators/test_databricks_sql.py    |  2 +
 10 files changed, 133 insertions(+), 74 deletions(-)