andrew_stewart
09/25/2020, 12:26 AMtap-spreadsheets-anywhere
from meltano? Looks like it would be something along the lines of..
meltano config tap-spreadsheets-anywhere set tables [ lots of json ?? ]
(Or is it easier to just edit the meltano.yml config directly?)douwe_maan
09/25/2020, 2:44 PMmeltano.yml
directly, by adding tables
under config
as in https://github.com/ets/tap-spreadsheets-anywhere#configuration.andrew_stewart
09/25/2020, 5:04 PMmeltano config
works)douwe_maan
09/25/2020, 5:25 PMmeltano.yml
reference yet (see https://gitlab.com/meltano/meltano/-/issues/2178), but the config
bit is documented here: https://meltano.com/docs/project.html#plugin-configurationandrew_stewart
09/25/2020, 5:27 PMmeltano config
cli documentation to be fairly useful for that purpose (in a sort of roundabout way)andrew_stewart
09/25/2020, 5:29 PMmeltano config [plugin] init
- initializes blank config skeleton in meltano.yml
(useful for complex nested configs)andrew_stewart
09/25/2020, 5:30 PMdouwe_maan
09/25/2020, 5:33 PMandrew_stewart
09/25/2020, 5:34 PMandrew_stewart
09/25/2020, 5:55 PMandrew_stewart
09/25/2020, 5:58 PMmeltano config <plugin> set <name>.<child>.<child> <value>
Though that might get too complicated.douwe_maan
09/25/2020, 6:13 PMandrew_stewart
09/25/2020, 6:50 PMdouwe_maan
09/25/2020, 7:37 PM