Fivetran Connector SDK Tutorials
Learn how to leverage Fivetran Connectors SDK through our step-by-step and video tutorials:
Video tutorials
- PostgreSQL Source Demo - Video Tutorial - in this video tutorial, we use PostgreSQL as a source and apply real-time transformations and compliance logic during replication
- How to Build a Connector SDK Connector with Cursor AI - Video Tutorial - this video tutorial demonstrates how to build a Fivetran Connector SDK custom connector using AI assistance with Cursor, an AI code editor.
- How to Build a Connector SDK Connector with GitHub Copilot - Video Tutorial - this video tutorial demonstrates how to build a Fivetran Connector SDK custom connector using AI assistance with GitHub Copilot, an AI pair programmer.
- How to Build a Connector SDK Connector with Windsurf AI IDE - Video Tutorial - this video tutorial demonstrates how to build a custom Fivetran connector using Connector SDK and AI assistance with Windsurf, an AI IDE.
Beginner's tutorials
- Beginner's tutorial - in this tutorial, we use a configuration-driven example connector in the terminal to demonstrate the Connector SDK workflow, including Fernet-based encryption and decryption.
- Beginner's tutorial using PyCharm IDE - in this tutorial, we walk through the same configuration-driven example connector using the PyCharm IDE to demonstrate the SDK workflow in an IDE-based setup.
- Using Environment Variables - Beginner's Tutorial - learn how to create permanent and temporary environment variables for your Connector SDK project.
Migration guide
- Removing Usage of
yield
in Connector SDK code - Migration Guide - this guide explains how to refactor your Connector SDK code to simplify your implementation when upgrading to version 2.0.0 of thefivetran-connector-sdk
PyPi package.