Release Notes
November 2023
You can now add custom payloads as key-value pairs when you configure the Azure Functions connector. For more information, see our Azure Functions setup guide.
You can now specify custom payloads as key-value pairs when you configure the Azure Functions connector using our REST API.
September 2023
You can now specify secrets as key-pair values when you configure the Azure Functions connector using our REST API.
August 2023
You can now Add secrets as key-pair values while configuring the Azure Functions connector. Previously, you had to enter your secrets in JSON format. We will continue to support secret(s) in JSON format for Azure Functions connectors created before August 9, 2023. For more information, see our Azure Functions setup guide.
July 2023
We have added support for Azure Private Link connections to Azure Functions. If you're on a Business Critical plan, you can now opt to use Azure Private Link to connect to Fivetran. In the connector setup form, select the Connection Method as Connect via Private Link. For more information, see our setup instructions.
We now support custom error handling for Azure functions. You can add an error handling mechanism in your Azure Function response to report an error on your Fivetran dashboard. For more information, see our setup instructions and REST API config.
We have implemented two new endpoints in our REST API, Retrieve Function Connector State and Update Function Connector State that allow you to get and update the state of function connectors, respectively.
May 2023
We have added support for the soft delete sync mode. For more information, see our Function connectors' overview documentation.
February 2023
We have added an optional field, sync_id
, to Fivetran's request format. sync_id
is the Fivetran sync identifier (UUID). You can use the sync_id
to debug and link function logs with connector logs. For more information, see our Request format documentation. We are gradually rolling out this feature to all existing connectors.
August 2018
Azure Functions is a serverless computing platform that runs code in response to events and automatically manages the compute resources required by that code.