Hello, I'm following the select_filter documentati...
# troubleshooting
a
Hello, I'm following the select_filter documentation https://docs.meltano.com/concepts/plugins#select_filter-extra using the tap-carbon-intensity as example (
meltano elt tap-carbon-intensity target-s3-parquet --select entry
) and it's returning all the entitites. I'm doing something wrong? (I tested using TAP_CARBON_INTENSITY__SELECT_FILTER='["entry"]' too)
e
Hi @andre_anastacio! Unfortunately not all singer taps support granular (de)selection of stream properties. All taps built with the SDK do support it, so you might want to give want of those a try 🙂