How Can I Update a Deployed Connector SDK Connector?
Question
I have deployed my Connector SDK code. How can I update and redeploy my code?
Environment
Connector: Connector SDK
Answer
To update and redeploy your Connector SDK code, do the following:
- In your development environment, update the relevant
connector.py
,requirements.txt
, andconfiguration.json
files as needed. - Test your changes locally. For more information, see our Test your custom connector documentation.
- Redeploy your connector to Fivetran. To learn more, see our Deploy your custom connector documentation.