hi all! I’m trying to wrap my head around catalog ...
# plugins-general
s
hi all! I’m trying to wrap my head around catalog / schema specification. For
tap-slack
, I see schemas/___.json files. But in Meltano, you don’t access the python tap libraries directly but instead use the meltano interface. I’m confused as to how to massage Meltano to massage Slack to get this catalog. • When setting up
tap-slack
I put “No” for discovery mode is that a mistake? • Can I run discovery mode at the meltano level or do I need to hop into the tap level? • Is the fact that there’s all these schema/___.json files mean that I could actually run the tap in discovery mode?