Hi All, a question on Singer taps. When working wi...
# plugins-general
a
Hi All, a question on Singer taps. When working with Singer directly, my config file updates the refresh token automatically on each request. Is there a similar way to have this happen with the Meltano workflow? At the moment, I need to manually updated my env file with new refresh tokens on a regular basis. Thanks!
Update: I found a workaround by using the invoke command: 1) invoke the tap with a config file as an argument and 2) invoke the target with an input based on the output of (1). But wondered if there was a cleaner way with the etl or run commands? Thx
e
Hi Alex! I think your case is described by https://github.com/meltano/meltano/issues/2660, but let me know if it isn't.
a
Thanks, much appreciated @edgar_ramirez_mondragon