Fivetran Connector SDK Tutorials
Learn how to leverage Fivetran Connectors SDK through our step-by-step and video tutorials:
Video tutorials
- 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 Claude - Video Tutorial - this video tutorial demonstrates how to build a Fivetran Connector SDK custom connector using AI assistance with Claude, an AI assistant.
- How to Build a Connector SDK Connector with Claude in VSCode - Video Tutorial - this video tutorial demonstrates how to build a Fivetran Connector SDK custom connector using AI assistance with Claude, an AI assistant, in Visual Studio Code IDE.
You can simplify AI coding agent setup with our Connector SDK AI plugins. They integrate with Claude Code, Codex CLI, GitHub Copilot CLI, and Gemini CLI, and provide skills for building, testing, deploying, and evaluating connectors.
Beginner's tutorials
- Beginner's tutorial - in this tutorial, we use a configuration-driven example connector to demonstrate the Connector SDK workflow, including Fernet-based encryption and decryption. Includes instructions for both terminal and PyCharm IDE setups.
- Using Environment Variables - Beginner's Tutorial - learn how to create permanent and temporary environment variables for your Connector SDK project.
- How to Create Your git CI/CD Pipeline - learn how to create a git CI/CD pipeline to automate the deployment flow of your Connector SDK connectors.
- Use Connect Cards with Connector SDK - learn how to use Fivetran Connect Cards to collect credentials from your end users for Connector SDK connections in a Powered by Fivetran integration.
Migration guide
- Removing Usage of
yieldin 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-sdkPyPi package.