Release Notes
December 2024
fivetran-connector-sdk
PyPI package
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
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
.