Back to Docs

Connectors & Ingestion

Connect to 50+ data warehouses, lakes, BI tools, ETL pipelines, and ML platforms.

Getting Started

Zenithdata connectors are serverless and require no agents to install. Simply provide credentials and start syncing metadata.

Supported Connectors

  • Warehouses: Snowflake, Databricks, BigQuery, Redshift, Synapse
  • Lakes: S3, Azure Data Lake, GCS, Delta Lake
  • BI Tools: Tableau, Looker, Power BI, Metabase
  • ETL: dbt, Airflow, Fivetran, Matillion
  • Databases: PostgreSQL, MySQL, SQL Server, Oracle

Quick Start

  1. Navigate to Settings → Connectors
  2. Click "Add Connector"
  3. Select your data source type
  4. Enter connection credentials
  5. Configure sync schedule
  6. Click "Test & Save"

API Reference

POST /api/v1/connectors
{
  "type": "snowflake",
  "name": "Production Warehouse",
  "config": {
    "account": "xxx.snowflakecomputing.com",
    "warehouse": "COMPUTE_WH",
    "database": "ANALYTICS"
  }
}