tonycoco opened a new issue #13495: URL: https://github.com/apache/airflow/issues/13495
**Apache Airflow version**: latest **Environment**: Google Cloud – Composer **What happened**: From `airflow.providers.google.marketing_platform.operators.campaign_manager` see: `GoogleCampaignManagerDeleteReportOperator` https://github.com/apache/airflow/blob/master/airflow/providers/google/marketing_platform/operators/campaign_manager.py#L114 When using a `report_name` to delete the report (not an ID) this list command will cause quota to be exceeded if the report's name is pages down the list and if you have many copies of this operator running concurrently. **What you expected to happen**: Delete the report just fine. ---------------------------------------------------------------- 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]
