Hi everyone, Having issues with Meltano's tap-face...
# troubleshooting
g
Hi everyone, Having issues with Meltano's tap-facebook:
(#100) age_targeting, gender_targeting, labels, location, estimated_ad_recall_rate_lower_bound, estimated_ad_recall_rate_upper_bound, estimated_ad_recallers_lower_bound, estimated_ad_recallers_upper_bound are not valid for fields param after V19.0
I tried using different versions of the api (v16, v18, v19) but I always have the same issue. P.S: There's an inconsistency between the docs in GH and Meltano Hub. On GH, default api version is v16.0, but is v18.0 from hub...
I noticed this PR blocked for several months that would solve the issue I assume: https://github.com/MeltanoLabs/tap-facebook/pull/209
FYI I manually patched ad_insights.py with the suggested fields exclusion and it works. So I assume I just have wait for the PR to be approved and merged?
đź‘€ 1
e
thanks for confirming the patch works @Guillaume Meyer! I'll try to get it merged today
ok merged! github merged
g
To be complete, an additional suggestion. As this kind of issue may appear again with later versions, it would probably be more reliable to keep the excluded fields associated with a specific api version, or define the included fields by version…
👍 1
Looks like the patch is working using the latest version
e