These examples are designed as standalone scripts that act as examples for interacting with our REST API.
Please Note: These are representative samples, and should not be used in production implementaions "as is".
I want to sync a connector using an external orchestration tool.
I want to manage schema for a database using only the API (after setting up connection in UI)
- List All Groups
- List All Connectors In Group
- Reload Connector Schema Config setting
exclusion_mode = EXCLUDE
- Modify Connector Database Schema Config with just the schema/table you would like
These scripts are a subset of the available endpoints with the group management endpoints. They are some of the most frequently used endpoints, and will be used in getting group_id
s and connector_id
s for usage in the connector management scripts.
These scripts are designed to interact with individual endpoints that provide control over some of the basic operations that Fivetran allows. As with the Group Managment section above, the scripts provided do not provide full coverage of the available endpoints.