-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tap-facebook isn't returning any data #160
Comments
I'm very new to singer packages, but I've been debugged the code and it seems a "problem" with this line (something related with the catalog), if you bypass it (i.e: adding a I'm going to investigate what is necessary to make it work. |
Well, I've figured out to make it work. The "problem" is selected keyword in the metadata section. Here is my properties.json file.
As you can see in the metadata section, I've added inside each property a "selected": true row. If you do that and run the following line |
@godiez hey! how are you, can you help me please I'm stuck on my properties.json |
@WillAsh Hi! Well, I can try. Open a new issue instead and I would see if I could help you. |
For those struggling with this, I've found that using Meltano as a wrapper around this tap instead of just using Singer directly makes this entity/attribute selection process much easier. Instead of having to manually add
And you'll get all |
Hi,
this is the 1st time I'm using Singer, so please be patient with me :)
I'm trying to do something very simple: just pull my Facebook Ads data and save it as a CSV in my local.
These are the commands I'm running:
After I run my tap-facebook command, nothing happens... no file is created in my current directory, and there's no error message or anything, the command run successfully (check with
echo $?
command) but no file result was generatedThese are my JSON files configured:
tap-facebook -c facebook_config.json --discover > facebook_properties.json
And here's my pip freeze:
Oh, and also I know that this should return data, since I already have a pipeline pulling data from Facebook through their API, so it's not because there's no data available ;)
any ideas?
The text was updated successfully, but these errors were encountered: