terry_lee
05/27/2023, 9:50 AMmeltano 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.jsonBasically, I need a
meltano run "tap-quickbooks --config qb-config.json" target-postgres
How do I do that?edgar_ramirez_mondragon
05/27/2023, 9:42 PMterry_lee
05/27/2023, 10:00 PMterry_lee
05/27/2023, 10:13 PM