1
0
mirror of synced 2025-12-30 21:02:43 -05:00
Files
airbyte/docs/integrations/sources/zoom.md
JJ Nilbodee 1e96e54e6e Source Zoom: upgrade CDK version (#19939)
* upgrade cdk

* update changelog

* update changelog

* bump version & add readme

* auto-bump connector version

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-12-02 17:22:17 -03:00

4.2 KiB
Raw Blame History

Zoom

Overview

The following connector allows airbyte users to fetch various meetings & webinar data points from the Zoom source. This connector is built entirely using the low-code CDK.

Please note that currently, it only supports Full Refresh syncs. That is, every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table.

Output schema

Currently this source supports the following output streams/endpoints from Zoom:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Coming soon
Replicate Incremental Deletes Coming soon
SSL connection Yes
Namespaces No

Performance considerations

Most of the endpoints this connector access is restricted by standard Zoom requests limitation, with a few exceptions. For more info, please check zoom API documentation. Weve added appropriate retries if we hit the rate-limiting threshold.

Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Zoom JWT Token

Setup guide

Please read How to generate your JWT Token.

Changelog

Version Date Pull Request Subject
0.1.1 2022-11-30 19939 Upgrade CDK version to fix bugs with SubStreamSlicer
0.1.0 2022-10-25 18179 Initial Release