New: Supaflow Claude Code Plugin -- let AI agents create, edit, and monitor your data pipelines. See how the plugin works

Available Connectors

Managed data pipelines with incremental sync, automatic schema detection, and schema evolution. Connect Salesforce, HubSpot, PostgreSQL, Oracle Transportation Management, and more.

Why Supaflow

All connectors included

Every connector is available on every plan. Pricing does not increase with connector count.

Pay for compute, not rows

Credit-based pricing. Usage scales with your pipelines, not with row counts.

One platform

Ingestion, dbt Core transformation, reverse ETL, and orchestration in a single workspace.

Salesforce

Salesforce

Supaflow

Connector for Salesforce CRM

Goldv1.0.49
Snowflake

Snowflake

Supaflow

Snowflake Connector for loading data into Snowflake Warehouse

Goldv1.0.49
HubSpot

HubSpot

Supaflow

HubSpot CRM connector for syncing contacts, companies, deals, and custom objects

Silverv1.0.49
Airtable

Airtable

Supaflow

Airtable connector for syncing bases, tables, and records from Airtable

Bronzev1.0.49
Google Drive

Google Drive

Supaflow

Google Drive connector for syncing structured data (CSV, TSV, Excel, Google Sheets) from Drive folders

Bronzev1.0.49
Oracle Transportation Management

Oracle Transportation Management

Supaflow

Oracle Transportation Management (OTM) connector for syncing shipments, orders, releases, and logistics data

Bronzev1.0.49
PostgreSQL

PostgreSQL

Supaflow

Connector for PostgreSQL databases

Bronzev1.0.49
S3

S3

Supaflow

S3 destination for data lake storage

Bronzev1.0.49
S3 Data Lake

S3 Data Lake

Supaflow

S3 Data Lake destination with Parquet and Iceberg table format support. Integrates with AWS Glue and Snowflake Open Catalog for schema management and query engine compatibility.

Bronzev1.0.49
Salesforce Marketing Cloud

Salesforce Marketing Cloud

Supaflow

Connector for Salesforce Marketing Cloud (SFMC) - Email Studio, Contact Builder, Journey Builder, and Data Extensions

Bronzev1.0.49
SFTP

SFTP

Supaflow

SFTP source connector. Reads CSV, TSV, JSON, JSONL, and XLSX files from SFTP servers with incremental sync based on file modification time.

Bronzev1.0.49
SQL Server

SQL Server

Supaflow

Connector for Microsoft SQL Server and Azure SQL Database

Bronzev1.0.49
GitHub

GitHub

dltHub

GitHub source connector. Syncs repository events, issues, pull requests, and stargazers across one or more repositories, specified as Airbyte-style rules (owner/repo, owner/*, owner/prefix*).

Communityv1.0.49
Jira

Jira

dltHub

Jira source connector. Syncs issues, projects, users, and workflows from Jira Cloud.

Communityv1.0.49
MongoDB

MongoDB

dltHub

MongoDB source connector. Syncs all collections from a MongoDB database (or a user-specified subset) into your destination. Supports both full refresh and incremental sync via a configurable cursor field.

Communityv1.0.49
Stripe

Stripe

dltHub

Stripe source connector. Syncs customers, subscriptions, invoices, products, prices, events, and balance transactions.

Communityv1.0.49
Facebook

Facebook

Supaflow

Facebook Ads connector for social media advertising data

Coming Soonv0.0.0
Google Ads

Google Ads

Supaflow

Google Ads connector for advertising campaign data

Coming Soonv0.0.0
Google Analytics 4

Google Analytics 4

Supaflow

Google Analytics 4 connector for web analytics data

Coming Soonv0.0.0
MySQL

MySQL

Supaflow

MySQL database connector for data replication

Coming Soonv0.0.0
NetSuite

NetSuite

Supaflow

NetSuite ERP connector for financial and business data

Coming Soonv0.0.0
Oracle

Oracle

Supaflow

Oracle Database connector for enterprise data integration

Coming Soonv0.0.0
SAP HANA DB

SAP HANA DB

Supaflow

SAP HANA database connector for enterprise applications

Coming Soonv0.0.0
ServiceNow

ServiceNow

Supaflow

ServiceNow platform connector for IT service management data

Coming Soonv0.0.0

Connector Maturity Levels

Every connector goes through a maturity lifecycle. The level indicates production readiness and the extent of real-world validation.

Gold

Multiple customers running in production with no issues reported for 30+ days. Fully validated for enterprise workloads.

Silver

Multiple customers running in production. Some low-severity issues may still be reported and addressed in regular releases.

Bronze

Early stage with at least one customer in production. Known issues may exist and are actively being resolved.

Community

Built on upstream community sources (e.g. dltHub verified sources). Functional and usable, but not internally tier-graded; support comes from the open-source community rather than Supaflow SLAs.

Beta

Being tested by early customers. Not yet recommended for production workloads. Functionality and APIs may change.

Need a connector we don't support yet?

Build one with AI-powered Connector Dev Skills.

Learn More About the Connector SDK

Frequently Asked Questions

Do you charge per connector?
No. Every Supaflow connector is included on every plan at no extra cost. You pay only for compute consumed, measured in Supaflow Credits (1 credit = 1 compute-hour on a Small node). No per-row fees, no Monthly Active Rows, no per-connector charges.
What sync modes does Supaflow support?
Supaflow supports three sync modes. Full Refresh re-reads all data from the source every run. Incremental tracks a cursor field (typically a last-modified timestamp) to fetch only changed records. Re-Import is a scheduled full refresh for objects like lookup tables that need periodic replacement.
How does schema evolution work?
Supaflow automatically detects schema changes in your source systems. When new fields appear or existing fields change type, the pipeline handles them without manual intervention. Safe type widening (e.g., integer to long, or date to timestamp) is applied automatically. Breaking changes are flagged for review.
Can I run Supaflow inside my Snowflake account?
Yes. Supaflow offers a Snowflake Native App that runs directly inside your Snowflake account via Snowpark Container Services (SPCS). Your data never leaves your Snowflake environment, and you manage the compute within your existing Snowflake billing.
Do you offer a Python SDK for building connectors?
Yes. Install the Python SDK with: pip install supaflow-python-sdk. The SDK provides base classes for building source connectors in Python, with built-in support for schema discovery, incremental sync, and type mapping.
Do you offer a Java SDK for building connectors?
Yes. Add the Java SDK to your project with Maven: groupId io.supaflow, artifactId supaflow-connector-sdk. The SDK provides the SupaflowConnector interface and base classes for building source and destination connectors with full access to the pipeline engine, schema evolution, and connector lifecycle hooks.
How do I request a new connector?
Contact our sales team or use the AI-powered Connector Dev Skills to build your own. The skills framework guides AI coding assistants like Claude Code and OpenAI Codex through building production-grade connectors with incremental sync, schema discovery, and error handling.