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/01/05 18:49:23 UTC

[GitHub] [airflow] potiuk commented on issue #13495: Operator will fail if listing reports exceed quotas on Campaign Manager 360 API

potiuk commented on issue #13495:
URL: https://github.com/apache/airflow/issues/13495#issuecomment-754828138


   And just to add to it. The root cause of the problem is that the API of campaign manager does not have any other way to get the report by name https://developers.google.com/doubleclick-advertisers/v3.3/reports/get only can use Id, and https://developers.google.com/doubleclick-advertisers/v3.3/reports/list does not allow filtering by name. 
   
   The only way to optimize the "by name" search is to ask the campaign manager team to improve their API. So you should rather open an issue to the campaign manager API rather than to the operator, as we are simply using the API that is available.


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