Hi all, glad to be back in the new and improved Me...
# plugins-general
n
Hi all, glad to be back in the new and improved Meltano Slack! Has anyone had success recently implementing any version of
tap-zoom
? There are a few variants, but it looks like the singer-io version is the most actively used/maintained. However, I’m having trouble getting it to authenticate with Zoom using their (seemingly relatively new) Oauth approach, and I’m having trouble determining whether I’ve simply not set up the app correctly on the Zoom side or if there’s an incompatibility between the tap and Zoom’s new setup that hasn’t been resolved yet. Happy to share more details about the specific error I’m running into if helpful as well!
p
Hey @nick_hamlin I recently started working on a fork of https://github.com/Slalom-Consulting/tap-zoom in meltanolabs https://github.com/MeltanoLabs/tap-zoom. I was primarily looking for an SDK based variant and needed to add Recordings/Transcripts (I'd note that they work but could use some work still). I was hoping to layer on more streams as needed to keep improving this SDK variant, all contributions welcome 😄 ! Although I understand that the stream coverage is a little weak right now so one of the other variants might be better for you, I havent used those unfortunately
n
Hi @Pat Nadolny (Arch), thanks! I had checked that out, but wasn’t sure whether it was far enough along yet to support what I’m trying to do (or if it was still actively worked on). My use case isn’t particularly special/complex though - I’m just trying to extract lists of zoom webinar/meeting attendees so that I can load/join/transform them alongside everything else in our warehouse.
ah! I’m also just now seeing that your fork actually isn’t the one I was looking at. I’d gone through all the links on the Hub page (https://hub.meltano.com/extractors/tap-zoom/) and had seen the Slalom-Consulting version yours is based on, but am just now realizing yours isn’t actually linked there
Well, I’ve been able to authenticate the way I’d have expected using your version, which confirms that, at the very least, the documentation for the singer variant is out of date (it might be possible to somehow wrangle it’s authentication approach to use Zoom’s new method, but I suspect there’s some additional changes needed to the code itself for it to be viable)
s
@pat_nadolny I am trying to set this up our use case but I am little worried on how to implement parallel calls to all child API calls , for example if I need to get all child API calls which consume Meeting ID as input , I want to execute them in parallel than in sequence. Is this possible with Meltano