Also, it looks like there is default excluded stre...
# plugins-general
j
Also, it looks like there is default excluded streams. how can I prevent them from being excluded?
d
@jason_waldrip What tap are you seeing this with? The default selection rule is
*.*
, meaning all properties of all streams, but some taps have a different default value (like tap-salesforce: https://gitlab.com/meltano/meltano/blob/master/src/meltano/core/bundle/discovery.yml#L854). You can double-check the value of
_select
with
meltano config <tap> list --extras
, and the actual selected streams/properties with
meltano select <tap> --list
(
--list --all
to list deselected ones as well).