Has anyone had any experience using the official S...
# troubleshooting
h
Has anyone had any experience using the official Singer tap-pipedrive? Can’t find any docs on the config / maintenance of it
d
Looks like it supports an
api_token
setting: https://github.com/singer-io/tap-pipedrive/blob/master/tap_pipedrive/tap.py#L300 Odd that that isn't documented in the readme
Thanks!
k
@hassan_syyid Hi, did you get tap-pipedrive up and running? installed the config, trying to test upload to json, everything succeeds, but the response is completely blank)
Copy code
2022-04-12T15:24:25.158852Z [info ] Running extract & load... job_id=pipe-json name=meltano run_id=8edbdd99-7ee0-4bbe-836b-46a06ac294d6
2022-04-12T15:24:27.527222Z [info ] INFO Starting discover cmd_type=extractor job_id=pipe-json name=tap-pipedrive run_id=8edbdd99-7ee0-4bbe-836b-46a06ac294d6 stdio=stderr
2022-04-12T15:24:29.598445Z [info ] Incremental state has been updated at 2022-04-12 15:24:29.598230.
2022-04-12T15:24:29.605550Z [info ] Extract & load complete! job_id=pipe-json name=meltano run_id=8edbdd99-7ee0-4bbe-836b-46a06ac294d6
2022-04-12T15:24:29.605954Z [info ] Transformation skipped. job_id=pipe-json name=meltano run_id=8edbdd99-7ee0-4bbe-836b-46a06ac294d6
h
@kiril are you using this version?
k
@hassan_syyid yes
h
Looks like you're getting empty response because it's using present day as the start day
k
Maybe the format has changed
h
not sure. i haven’t used the connector through meltano, we test it all directly via the command line