MeltanoLabs / tap-facebook

Singer tap for extracting data from the Facebook Marketing API
https://pypi.org/project/meltano-tap-facebook/
Other
2 stars 12 forks source link

bug: messenger_sponsored_message in creatives is causing an error #240

Open Ella6882 opened 3 weeks ago

Ella6882 commented 3 weeks ago

The creatives stream is failing with the following error:

singer_sdk.exceptions.FatalAPIError: 400 Client Error: b'{"error":{"message":"(#100) Tried accessing nonexisting field (messenger_sponsored_message) on node type (AdCreative)","type":"OAuthException","code":100,"fbtrace_id":"AWM1NMF4RhxBraezjbe_ZNC"}}' (Reason: Bad Request) for path: /v19.0/act_777982726900652/adcreatives

We should exclude the field, messenger_sponsored_message, from streams > creative.py.

edgarrmondragon commented 3 weeks ago

PRs welcome!