michalslowikowski00 commented on a change in pull request #8174:
URL: https://github.com/apache/airflow/pull/8174#discussion_r411920699



##########
File path: 
airflow/providers/google/marketing_platform/example_dags/example_display_video.py
##########
@@ -95,7 +103,17 @@
     delete_report = GoogleDisplayVideo360DeleteReportOperator(
         report_id=report_id, task_id="delete_report"
     )
-    # # [END howto_google_display_video_deletequery_report_operator]
+    # [END howto_google_display_video_deletequery_report_operator]
+
+    # [START howto_google_display_video_download_line_items_operator]
+    download_line_items = GoogleDisplayVideo360DownloadLineItemsOperator(
+        task_id="download_line_items",
+        request_body=REQUEST_BODY,

Review comment:
       I think we all should stick to the same convention to avoid different 
points of view.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to