Release Notes
November 2024
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 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 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 PyPI package. This release adds changelog section to our PyPI package.
We have released version 0.11.14.1
of the 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 PyPI package. This release provides improved error logging and updated testers for fivetran debug
.