You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/04 21:27:24 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #14074: Fix GoogleDisplayVideo360CreateSDFDownloadTaskOperator does not push necessary xcom

eladkal commented on a change in pull request #14074:
URL: https://github.com/apache/airflow/pull/14074#discussion_r606855906



##########
File path: airflow/providers/google/marketing_platform/hooks/display_video.py
##########
@@ -228,7 +228,7 @@ def get_sdf_download_operation(self, operation_name: str):
         result = (
             self.get_conn_to_display_video()  # pylint: disable=no-member
             .sdfdownloadtasks()
-            .operation()
+            .operations()

Review comment:
       This change already covered in https://github.com/apache/airflow/pull/13703




-- 
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:
users@infra.apache.org