Hi team, setting up meltano for a second time at a...
# getting-started
a
Hi team, setting up meltano for a second time at a new company. I am running into some issues around using
tap-salesforce
. • Last time, I set it up through oauth and it worked fine, but we like making users here, so I am trying with username, password and I keep getting the error that the config is invalid, but I cannot figure out why. • pw and token hidden, but values are there any help is appreciated, thank you!
m
did you try making an API call to SFDC with the same creds?
a
That's a really good question... Going to test this tomorrow
a
The log doesn't seem to be saying it's a credentials problem? Have you tried using invoke to send the output to a file? Credentials issues usually mean the tap will error, but not getting a RECORD message seems like a target problem?
a
I tested the target snowflake with a different commenter and the smoke test and they both worked. It's super weird because I can see in debug mode that the API count for Salesforce is being used, but nothing is being output
a
what happens with (from memory) "meltano invoke tap-salesforce >table.singer" - I think this should give the full stream that would be sent to the target...
e
@aditya_goyal my team has also worked with SF extensively and can help Like Andrew mentioned, sharing output from invoke is next step Thank you!