michalslowikowski00 commented on a change in pull request #8174:
URL: https://github.com/apache/airflow/pull/8174#discussion_r411919929
##########
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 don't know and don't have strong opinion here. I think we discussed
about it. For me personally passing request is more handy then passing all
arguments. My first version had arguments, but Kamil said that body request is
better for the users.
----------------------------------------------------------------
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]