Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fivetran-connector-sdk

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fivetran-connector-sdk

Build custom connectors on Fivetran platform

  • 0.12.12.1
  • PyPI
  • Socket score

Maintainers
5

fivetran-connector-sdk

Downloads

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.12
  • 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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc