marcos_wesley
04/14/2022, 3:14 PMmeltano config tap-netsuite set catalog custom_catalog.json
however when i do meltano select tap-netsuite --list --all
i recieve the folow result..
Is there any way to change the attributes that I want to delete for selection?taylor
04/14/2022, 4:09 PMmeltano config tap-netsuite set catalog custom_catalog.json
actually update your meltano.yml? It should just update the catalog
extra to the file.taylor
04/14/2022, 4:10 PMmeltano select tap-netsuite --list --all
is what’s under the select
key in your meltano.yml
taylor
04/14/2022, 4:12 PMcatalog
and select
set. @pat_nadolny or @edgar_ramirez_mondragon do you know?marcos_wesley
04/14/2022, 4:48 PMmeltano config tap-netsuite set _catalog custom_catalog.json
in my meltano.yaml
file in the extractor part a field called catalog appears and the value is the name of the catalog file that I passedtaylor
04/14/2022, 5:18 PMproperities
listed as a capability. That’s an older capability that implies the tap takes a --properties
flag to input the catalog file. Do you know if that’s the case or does it take a --catalog
flag?marcos_wesley
04/14/2022, 5:33 PM--catalog
flag to be used. In this case i do not need set catalog? Can i pass the flag --catalog
at meltano elt
command?taylor
04/14/2022, 5:37 PMproperties
capability for catalog
and see how the behavior changes.taylor
04/14/2022, 5:38 PMmeltano elt
you won’t need the --catalog
command as meltano should take care of that for you. you can pass it to override though.marcos_wesley
04/14/2022, 5:43 PM