calm-hair-50010
03/08/2021, 9:32 PMtap-jira
, tap-mailchimp
, and tap-typeform
, which makes me think I’m missing something a little more fundamental. if I do meltano select tap-mailchimp --list
for all of these, I get “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`“. While the docs for these taps aren’t extensive, I think based on a scan of the code (here’s an example) that discovery mode is supported. Anyone have ideas on where I should dig next?tap-mailchimp
returns the same results regardless of whether or not I provide an API key, which makes me think the problem is upstream of any authentication process
• I didn’t have explicit lists of tables in the select
portion of meltano.yml
at first, but I’ve tried that as well. No change.ripe-musician-59933
03/08/2021, 10:03 PMcapabilities
have you listed for these plugins? Are you including discover
and catalog
?calm-hair-50010
03/08/2021, 10:04 PMtap-mailchimp
seems to be running now with those added in meltano.yml
! No success yet on tap-jira
though, so now I know I have at least two problems 🙂ripe-musician-59933
03/08/2021, 10:10 PM--catalog
at all, and neither of these branches would be entered: https://github.com/singer-io/tap-mailchimp/blob/master/tap_mailchimp/__init__.py#L37-L43calm-hair-50010
03/08/2021, 10:12 PM