Connector SDK
Overview
Connector SDK allows you to build custom connectors for Fivetran. Unlike standard connectors, Connector SDK connections require the following process:
- Create a package of your connector code locally using the
fivetran packagecommand - Upload it using the package management endpoints.
- Use the standard Create a Connection endpoint with the returned
package_idin the configuration and credentials specified in thesecrets_listto create the connection.
Each package can only be associated with one connection at a time. If you need to use the same connector code for multiple connections, you must create separate packages.
Supported features
Once you have access to the Fivetran API, you can call the following API endpoints: