We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What do you think to add how to use example in README.
This is my pipedrive-tap-config.json:
pipedrive-tap-config.json
{ "start_date": "2020-01-01T00:00:00Z", "api_token": "xxxxxx" }
I execute:
$ tap-pipedrive --config pipedrive-tap-config.json INFO Starting discover {"type": "STATE", "value": {}}
It is normal that value is empty?
value
When I execute:
$ tap-pipedrive --config pipedrive-tap-config.json | ./.venv/bin/target-postgres --config target_postgres_config.json
my database is empty🤔
Same with:
$ tap-pipedrive --config pipedrive-tap-config.json | ./.venv3/bin/target-csv
How can I debug that?
Best regards, Stéphane
cc @KAllan357
The text was updated successfully, but these errors were encountered:
I need to comment this line:
if root_metadata and root_metadata.get('selected') is True:
from
tap-pipedrive/tap_pipedrive/tap.py
Line 171 in 1390c9c
I don't undertand to select some stream in catalog 🤔
Sorry, something went wrong.
This bug is fixed by stephane-klein@591315c
This is usage example: https://github.com/stephane-klein/singer-pipedrive-playground
No branches or pull requests
What do you think to add how to use example in README.
This is my
pipedrive-tap-config.json
:I execute:
It is normal that
value
is empty?When I execute:
my database is empty🤔
Same with:
How can I debug that?
Best regards,
Stéphane
cc @KAllan357
The text was updated successfully, but these errors were encountered: