sancara
12/11/2022, 6:59 PMRun invocation could not be completed as block failed: Cannot start plugin tap-facebook-pages: Executable 'tap-facebook-pages' could not be found. Extractor 'tap-facebook-pages' may not have been installed yet using meltano install extractor tap-facebook-pages, or the executable name may be incorrect.
what am i doing wrong?Henning Holgersen
12/11/2022, 8:24 PMsancara
12/11/2022, 9:42 PMpat_nadolny
12/12/2022, 2:04 PMERROR: No matching distribution found for singer-sdk==0.1.6
. You can use the non-default variant meltano add extractor tap-facebook-pages --variant voxmedia
. It looks like we should probably consider the voxmedia variant as default (I created an issue to look into that)sancara
12/12/2022, 2:39 PMsancara
12/12/2022, 2:48 PMmeltano add extractor tap-facebook-pages --variant voxmedia
i get the following error “”" Installing extractor ‘tap-facebook-pages’...
Extractor ‘tap-facebook-pages’ could not be installed: could not create the virtualenv for ‘extractors/tap-facebook-pages’
Need help fixing this problem? Visit http://melta.no/ for troubleshooting steps, or to
join our friendly Slack community.
Failed to install plugin(s)“”"pat_nadolny
12/12/2022, 2:58 PMmeltano remove extractor tap-facebook-pages
first, then rerun the add command. If it fails again, would you mind sharing the full error log? I'm wondering if the virtualenv error is a red herringsancara
12/12/2022, 3:25 PMpat_nadolny
12/12/2022, 3:31 PM[{"a": "b"}, {"c": "d"}]
sancara
12/12/2022, 4:11 PMmeltano run tap-facebook-pages target-jsonl
i also having a problem i attach the full logpat_nadolny
12/12/2022, 4:29 PMsinger_sdk.exceptions.FatalAPIError: 400 Client Error: Bad Request for path: /{page_id}: (#100) Tried accessing nonexisting field (general_manager) on node type (User)
. @prratek_ramchandani I see that you're a maintainer on that tap, any idea what could be happening?prratek_ramchandani
12/12/2022, 8:37 PMUser
node at any pointprratek_ramchandani
12/12/2022, 8:40 PMmain
and others in develop
) that are targeted at specific edge cases we've noticed at our scale of data that may not be relevant to most users. for example, FB limits the number of posts you can get insights from using the published_posts
endpoint so we have another stream that fetches insight for one post at a time, getting post IDs by querying a dimension table in our data warehouse and using that as a pseudo parent stream
my guess is sometime next month we'll try to get this to a place where at least most streams are usable by other folks in the community with a proper readmeprratek_ramchandani
12/12/2022, 8:40 PMsancara
12/13/2022, 5:53 PM