Skip to content
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

What do you think to add how to use example in README #75

Open
stephane-klein opened this issue Apr 27, 2020 · 2 comments
Open

What do you think to add how to use example in README #75

stephane-klein opened this issue Apr 27, 2020 · 2 comments

Comments

@stephane-klein
Copy link

What do you think to add how to use example in README.

This is my 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?

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

@stephane-klein
Copy link
Author

I need to comment this line:

if root_metadata and root_metadata.get('selected') is True:

from

if root_metadata and root_metadata.get('selected') is True:
to get some data.

I don't undertand to select some stream in catalog 🤔

@stephane-klein
Copy link
Author

This bug is fixed by stephane-klein@591315c

This is usage example: https://github.com/stephane-klein/singer-pipedrive-playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant