Build custom connectors on Fivetran platform
Project description
fivetran-connector-sdk
The fivetran-connector-sdk allows users to execute custom, self-written Python code within Fivetran's secure cloud environment. Fivetran automatically manages running the connectors on your scheduled frequency and manages the required compute resources.
The Connector SDK service is the best fit for the following use cases:
- Fivetran doesn't have a connector for your source and is unlikely to support it soon.
- You are using private APIs, custom applications, unsupported file formats, or those that require pre-processing.
- You have sensitive data that needs filtering or anonymizing before entering the destination.
- You don't want to introduce a 3rd party into your pipeline (e.g., to host a custom function).
To learn more, see our Connector SDK documentation
Install
pip install fivetran-connector-sdk
Requirements
- Python ≥3.9 and ≤3.11
- Operating System:
- Windows 10 or later
- MacOS 13 (Ventura) or later
Getting started
See Quickstart guide to get started.
Usage
Import required classes from fivetran_connector_sdk to begin writing your custom data connector
from fivetran_connector_sdk import Connector
from fivetran_connector_sdk import Logging as log
from fivetran_connector_sdk import Operations as op
See our Technical Reference and Best Practices documentation for more details.
You can also refer to our existing examples to better understand Fivetran's Connector SDK and start creating custom data connectors.
Maintenance
This package is actively maintained by Fivetran Developers. Please reach out to our Support team for any inquiries.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for fivetran_connector_sdk-0.9.9.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f95863fbf53f5882708c1223efa1c0eb6eeb37b2dc2b8edc58f1102e99150267 |
|
MD5 | 22c3409da90aeb7eb3e4e0cd21e9fc7e |
|
BLAKE2b-256 | ad8ff4f54017cf80e71ad155a32090188317742f3ea054cd5e82677eb6d9f70f |
Hashes for fivetran_connector_sdk-0.9.9.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 530ed483e27ea8457542aae36ebcd2e028b8b7b9119efba14d2de9fd7d29d03a |
|
MD5 | 0f3d7cabe95dcfe118ab7190d5df2057 |
|
BLAKE2b-256 | efd304a987c9169eb65c1f4fd555622a4595eb998f4f7c22c60472bfcf99f73c |