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:37 UTC

[airflow] branch main updated (7438707747 -> 10c9a3697a)

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 7438707747 Improved telemetry for Databricks provider (#25115)
     add 10c9a3697a Migrate Google example natural_language to new design AIP-47 (#25262)

No new revisions were added by this update.

Summary of changes:
 .../operators/cloud/natural_language.rst           | 20 ++++++-------
 .../operators/test_natural_language_system.py      | 35 ----------------------
 .../google/cloud/natural_language}/__init__.py     |  0
 .../natural_language}/example_natural_language.py  | 14 +++++++--
 4 files changed, 21 insertions(+), 48 deletions(-)
 delete mode 100644 tests/providers/google/cloud/operators/test_natural_language_system.py
 copy {airflow/api_connexion => tests/system/providers/google/cloud/natural_language}/__init__.py (100%)
 rename {airflow/providers/google/cloud/example_dags => tests/system/providers/google/cloud/natural_language}/example_natural_language.py (94%)