Hello, the command `meltano select tap-freshdesk -...
# troubleshooting
e
Hello, the command
meltano select tap-freshdesk --list --all
is giving the following error:
Copy code
Cannot list the selected attributes: Could not find catalog. Verify that the tap supports discovery mode and advertises the `discover` capability as well as either `catalog` or `properties`
any idea why? thanks.
e
Hi @eli_c.! As the error message correctly points out, the extractor doesn’t support catalog discovery nor entity selection. One other variant in the Hub,
acarter24
, does seem to support both capabilities.
e
I have another project, without specifying any variant for the same extractor, i.e. using default, but i was able to use the command to see the attribute list.
e
Yeah, unfortunately some legacy variants are not feature-complete. It might make sense for us to make the
acarter24
variant the default cc @pat_nadolny
p
Hmm thats a weird case. Yeah I agree I can make the
acarter24
variant the default. @eli_c. did the
acarter24
variant work for you? You can reinstall by running:
Copy code
meltano remove extractor tap-freshdesk
meltano add extractor tap-freshdesk --variant acarter24
e
Yes
acarter24
variant does work. what’s confusing is that in another project with the default variant, it supports entity selection.
@pat_nadolny my apologies. you’re right, it was an issue with different variant.