I’ve run into an issue with properly selecting fie...
# plugins-general
n
I’ve run into an issue with properly selecting fields to load via custom plugins that I’m hoping someone might be able to help me unblock. I was having issues getting both
tap-jira
and
tap-typeform
to work, and after digging through their respective sources I was able to confirm that no fields were syncing because nothing was marked as
selected
in the respective catalogs (when I temporarily removed the lines that limited the syncs only to selected fields, everything loaded fine, so I know that this is the issue). Where I’m stuck is in figuring out why those fields aren’t selected. I’ve tried varying approaches to including them in
meltano.yml
, including patterns that have worked fine for other taps. I’ve also tried combinations of including them both the yaml and/or the
meltano elt
command. Has anyone else run into something similar or have ideas for what I should try next?