singer-io / tap-bing-ads

A Singer.io tap for extracting data from the Bing Ads API
GNU Affero General Public License v3.0
13 stars 30 forks source link

Sync streams one at a time #108

Open luandy64 opened 1 year ago

luandy64 commented 1 year ago

Description of change

This PR alters the tap code to run tasks for a single stream at a time.

Previously, the tap would create tasks for every selected stream, which resulted in SDK calls to Bing services all at once. This seems to cause an internal error occasionally.

Manual QA steps

Risks

Rollback steps