cuddly-king-83679
12/17/2020, 4:35 PM.meltano/run/tap-salesforce/tap.properies.json
there were a bunch of objects and fields already selected. I wanted to add the task object so I ran meltano select tap-salesforce Task "*"
. After running this, it seems like everything in the json file got set back to not selected and now the meltano.yml
file is being used to track my selection. Am I understanding what happened correctly.
I’m guessing that as long as a tap supports the meltano select wrapper, that is the easier way to maintain what is selected.ripe-musician-59933
12/17/2020, 4:36 PMmeltano config tap-salesforce list --extras
, you'll see that the default value for the _select
(https://meltano.com/docs/plugins.html#select-extra) is the list defined here: https://gitlab.com/meltano/meltano/blob/master/src/meltano/core/bundle/discovery.yml#L854-860select
explicitly in your meltano.yml
(through meltano select
), that value is used instead of the default value.meltano.yml
.cuddly-king-83679
12/17/2020, 4:38 PMripe-musician-59933
12/17/2020, 4:38 PM