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 fece9c7dfc5 Create operators for working with Clusters for GCP Apache
Kafka (#45795)
add c4091ab02e4 Remove tests from example_dags folder (#46819)
No new revisions were added by this update.
Summary of changes:
providers/google/docs/operators/cloud/looker.rst | 4 +-
.../operators/marketing_platform/display_video.rst | 20 +++----
.../google/docs/sensors/google-cloud-tasks.rst | 2 +-
.../marketing_platform/example_dags/__init__.py | 16 -----
.../tests/system/google/cloud/looker}/__init__.py | 0
.../system/google/cloud/looker}/example_looker.py | 33 ++++++++---
.../system/google/cloud/tasks/example_queue.py | 13 ++++-
.../marketing_platform}/example_display_video.py | 61 ++++++++++---------
.../operators/test_display_video_system.py | 68 ----------------------
9 files changed, 84 insertions(+), 133 deletions(-)
delete mode 100644
providers/google/src/airflow/providers/google/marketing_platform/example_dags/__init__.py
copy {airflow/api_connexion =>
providers/google/tests/system/google/cloud/looker}/__init__.py (100%)
rename providers/google/{src/airflow/providers/google/cloud/example_dags =>
tests/system/google/cloud/looker}/example_looker.py (69%)
rename
providers/google/{src/airflow/providers/google/marketing_platform/example_dags
=> tests/system/google/marketing_platform}/example_display_video.py (85%)
delete mode 100644
providers/google/tests/unit/google/marketing_platform/operators/test_display_video_system.py