Hi everyone,! I have set up the following run pipe...
# getting-started
t
Hi everyone,! I have set up the following run pipeline
meltano run tap-quickbooks target-postgres
The first run runs great. However,
tap-quickbooks
requires a refresh-token which it stores in its own config file. In silo, the recommended way of running tap-quickbooks is
tap-quickbooks --config config_file.json
Basically, I need a
meltano run "tap-quickbooks --config qb-config.json" target-postgres
How do I do that?
e
Hi @terry_lee! At the moment, Meltano can't write settings back to the config file, but we're aware a few taps rely on such behavior. We don't currently have a workaround nor a clear proposal but it's logged in issue 2660. Do give the issue a 👍. If you feel comfortable, that issue is also up for grabs for a code contribution.
t
@edgar_ramirez_mondragon Thank you. I'm an accomplished Pythonista. 🙂 Let me dig through the codes and have a think.
what are my alternatives?