Anyone run into this issue when using OAuth with t...
# plugins-general
d
Anyone run into this issue when using OAuth with the salesforce tap (I'm using the meltano variant). It finishes syncing as expected, but the tap never finishes, it just hangs and refreshes the connection every 15 minutes.
d
That's odd, have you looked in the code to see what may be happening in parallel with that login timer?
d
A little bit, but I'll dig in a bit more!
Ok, had some time to look into it and think I found the issue https://gitlab.com/meltano/tap-salesforce/-/issues/11. Guess no one else is using OAuth!
I'll make a MR to fix