I'm receiving the following error when trying to stream data from the google ads API.
AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'
I'm receiving this error during the ga_service.search_stream(account,query) function of pulling reports.
Please see the snippet of the code I am trying to run below: This works locally but does not work when I try to deploy to a dataflow pipeline.