Release Notes
January 2025
Fivetran Connector SDK
Edit connection details
You can now update your connection configuration in the dashboard. To do so, log into your dashboard, go to the Setup tab of your SDK connection, and click Edit connection details. This enables you to deploy an SDK connection without specifying any configuration details, and then later adding the configuration through the setup form.
100 fields maximum in configuration.json
No more than 100 fields are allowed in the configuration.json
when deploying your SDK connection.
fivetran-connector-sdk
PyPI package
We have released version 0.13.16.2
of the fivetran-connector-sdk
PyPI package. This release adds the following:
- Minor bug fixes.
- Enhanced logging and removal of unwanted warnings.
We have released version 0.13.10.1
of the fivetran-connector-sdk
PyPI package. This release adds the following:
- A user confirmation prompt to automatically update faulty
requirements.txt
files. - Added support for installing packages directly from Git sources via
requirements.txt
. - Enhanced logging and exception handling for improved debugging and reliability.
December 2024
fivetran-connector-sdk
PyPI package
We have released version 0.12.17.1
of the PyPI package. This release contains some minor improvements.
We have released version 0.12.12.1
of the fivetran-connector-sdk
PyPI package. This release adds the following:
- Updated testers for the
fivetran debug
command with better-formatted logs. - An error message when attempting to deploy a connector with more than 100 configuration fields.
- Automatic handling of port conflicts on your local machine.
fivetran-api-playground
PyPI package
We have released version 0.12.12.1
of the fivetran-api-playground
PyPI package. This release adds the following:
- Export CSV endpoint for testing export APIs.
- Authentication endpoints for testing the following types of authentication:
- HTTP basic
- HTTP bearer
- API key
- Session token
November 2024
You can now manage connections you built with Connector SDK using the Fivetran REST API. This feature is available for Free, Standard, Enterprise, and Business Critical accounts. Note that you cannot create a connection using Fivetran REST API.
Fivetran Connector SDK
We have released the beta version of our Connector SDK.
Fivetran Connector SDK allows you to code a custom data connector using Python and deploy it as an extension of Fivetran. Fivetran automatically runs the connector at your scheduled frequency and manages the required compute resources. See our Connector SDK Quickstart Setup Guide to begin writing your connector.
fivetran-connector-sdk
PyPI package
We have released version 0.11.21.1
of the fivetran-connector-sdk
PyPI package. We now show the connector_id
in the success message of the fivetran deploy
command.
We have released version 0.11.14.1
of the fivetran-connector-sdk
PyPI package. This release adds the following:
- Support for Python version 3.12.
- Adds a
--force
flag tofivetran deploy
command which bypasses the connector exists check.
fivetran-api-playground
PyPI package
We have released version 0.11.21.1
of the fivetran-api-playground
PyPI package. This release adds changelog section to our PyPI package.
We have released version 0.11.14.1
of the fivetran-api-playground
PyPI package. This release adds support for Python version 3.12.
October 2024
fivetran-connector-sdk
PyPI package
We have released version 0.10.24.1
of the fivetran-connector-sdk
PyPI package. This release provides improved error logging and updated testers for fivetran debug
.