https://meltano.com/ logo
#announcements
Title
# announcements
m

mammoth-napkin-71897

12/18/2020, 1:29 AM
Is there a way to get more information about why a particular extraction may have been skipped ? I’ve got
-v
and
--debug-level
going, but I’m getting absolutely no feedback on why a part of the config is just being ignored.
r

ripe-musician-59933

12/18/2020, 1:37 AM
@mammoth-napkin-71897 I assume you're talking about a
select
rule? Does
meltano select <tap> --list
show the stream as selected? Does it show with
selected: true
when you dump the catalog using
meltano elt ... --dump=catalog
?
m

mammoth-napkin-71897

12/18/2020, 1:38 AM
I’m trying to run a
meltano -v elt tap-spreadsheets-anywhere target-postgres
But I have a feeling this might be more of a
tap-spreadsheets-anywhere
not logging that it’s skipped a table for some resaon.
r

ripe-musician-59933

12/18/2020, 1:40 AM
That's possible. If you run
meltano elt
with
--dump=extractor-config
, you'll see the config that's being passed to the tap, so if that looks good and it's still being ignored, it sounds like it's on the tap's side rather than Meltano's