dstandish commented on code in PR #42761:
URL: https://github.com/apache/airflow/pull/42761#discussion_r1795523385
##########
providers/src/airflow/providers/google/marketing_platform/example_dags/example_display_video.py:
##########
@@ -125,7 +125,7 @@
"example_display_video_sdf",
start_date=START_DATE,
catchup=False,
-) as dag3:
+) as dag_example_display_video_sdf:
Review Comment:
it's so that they can be imported in a test
see
/Users/dstandish/code/airflow/providers/tests/google/marketing_platform/operators/test_display_video_system.py
##########
providers/src/airflow/providers/google/marketing_platform/example_dags/example_display_video.py:
##########
@@ -125,7 +125,7 @@
"example_display_video_sdf",
start_date=START_DATE,
catchup=False,
-) as dag3:
+) as dag_example_display_video_sdf:
Review Comment:
it's so that they can be imported in a test
see
providers/tests/google/marketing_platform/operators/test_display_video_system.py
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]