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

A new type of Arrayof has appeared in the wsdl #71

Closed KAllan357 closed 3 years ago

KAllan357 commented 3 years ago

Description of change

There is a new type of WSDL appearing that is causing the logic to fail. This is a temporary fix to check for the presence of a key and add it if it is missing. Adding it allows it to be resolved in the fill_in_nested_types function. Doing so allows the schema to remain valid.

Manual QA steps

Risks

Rollback steps