This is an automated email from the ASF dual-hosted git repository.

mobuchowski pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 1c2237ca1a6 Bump the core-ui-package-updates group across 1 directory 
with 14 updates (#50364)
     add f7e350d28c5 feat: Add OpenLineage support for DatabricksSqlHook 
(#50392)

No new revisions were added by this update.

Summary of changes:
 dev/breeze/tests/test_selective_checks.py          |   6 +-
 .../src/sphinx_exts/providers_extensions.py        |  10 +-
 .../sphinx_exts/templates/openlineage.rst.jinja2   |  18 +-
 providers/databricks/pyproject.toml                |   7 +
 .../providers/databricks/hooks/databricks_sql.py   |  86 ++++++
 .../databricks/operators/databricks_sql.py         |   7 +-
 .../providers/databricks}/utils/openlineage.py     | 214 +++++++--------
 .../unit/databricks/hooks/test_databricks_sql.py   |  71 ++++-
 .../databricks/operators/test_databricks_sql.py    |   7 +
 .../unit/databricks}/utils/test_openlineage.py     | 303 +++++++--------------
 10 files changed, 399 insertions(+), 330 deletions(-)
 copy providers/{snowflake/src/airflow/providers/snowflake => 
databricks/src/airflow/providers/databricks}/utils/openlineage.py (61%)
 copy providers/{snowflake/tests/unit/snowflake => 
databricks/tests/unit/databricks}/utils/test_openlineage.py (66%)

Reply via email to