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/02/23 19:48:39 UTC

[GitHub] [airflow] sarahamilton commented on a change in pull request #14074: Fixes Issue #14073 - GoogleDisplayVideo360CreateSDFDownloadTaskOperator does not push necessary xcom

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



##########
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:
       Sorry for the late response! I just saw this. Yes, the operator was previously not working at all. I identified several different issues all causing the operator to not work and submitted in a few additional patches. 




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