Hey guys. I've imported from facebook to postgres ...
# troubleshooting
r
Hey guys. I've imported from facebook to postgres using meltano's tap-facebook. But I needed the hourly insights, and its table was not created. Can someone help me to get this done?
j
Not familiar with this tap but if you run
Copy code
meltano select tap-facebook --list --all
do you see the table you need and is it disabled?
r
No. There are 528 other tables, but not the one I need.
t
If you don’t see it then it’s likely not implemented in the tap. We’re happy to take an MR to add it though!
r
I'd appreciate that very much!
t
To be clear, since this is a community-supported tap we’ll be happy to review one submitted by the community. Sorry if my message was confusing on that point
r
Ohh ok. No problem. Can you confirm that the current situation is really not implemented? Because I saw other tap-facebook implementations using this feature already.
t
I’m not sure if this is implemented in the meltano variant. You can use another variant with Meltano though by adding it as a custom extractor https://meltano.com/tutorials/postgres-with-postgres.html#adding-a-custom-extractor