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:
[email protected]