julian_knight
12/19/2021, 9:35 PMselected-by-default? Meltano’s version of the spec says:
EitherI have a tap that during discovery setsortrue. Indicates if a node in the schema should be replicated if a user has not expressed any opinion on whether or not to replicate it.false
inclusion=available and selected-by-default=False for a stream, with the intended behavior of not including the stream unless explicitly selected.
In Meltano, I have no select: specified, but when I run meltano select --list --all, my stream is selected. I suspect this is because the default selection is *.* , selecting everything which is available.
Is this is a bug in Meltano, where unless you explicitly set select: *.* it shouldn’t include streams which are not selected-by-default ? Or is my understanding of the spec wrong?
EDIT: Shortly after posting this I found #2556 (which I was originally involved in the discussion of, oops)taylor
01/04/2022, 2:37 PM