Did anyone find a way to ‘persist’ a changing refresh token in between tap runs? There are some APIs that invalidate the refresh token every time it’s used to generate a new access token. I found
this issue on Github, but it doesn’t seem like we got to a consensus about what’s the most reasonable approach up to this point.
For context, I’m running meltano on an ephemeral container, so a potential solution would involve storing and retrieving the new tokens from an external system or — preferrably — use meltano’s DB to store and persist the newly generated token between runs. Did anyone face this same issue? Any viable workarounds using Meltano’s SDK for this particular use case?