dan_ladd
06/08/2021, 7:59 PM- name: tap-salesforce
variant: meltano
select:
- Lead.*
exclude:
- Lead.Name
Not really following https://meltano.com/docs/plugins.html#select-filter-extradouwe_maan
06/08/2021, 8:12 PM!
douwe_maan
06/08/2021, 8:12 PM--exclude
dan_ladd
06/08/2021, 8:44 PMmeltano select --exclude tap-salesforce '*' 'Name'
I get:
- name: tap-salesforce
variant: meltano
select:
- Lead.*
- '!*.Name'
However, Name seems to still be included in Leaddouwe_maan
06/08/2021, 8:45 PMmeltano select --list tap-salesforce
say?dan_ladd
06/08/2021, 8:48 PMdouwe_maan
06/08/2021, 8:50 PMselected: false
as well. There is a chance that the tap isn't respecting that, but I think it supports property selection correctlydan_ladd
06/09/2021, 12:30 AMdouwe_maan
06/09/2021, 12:30 AMdan_ladd
06/09/2021, 12:33 AMdouwe_maan
06/09/2021, 12:34 AM