Back to DocsConnect 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
- Navigate to Settings → Connectors
- Click "Add Connector"
- Select your data source type
- Enter connection credentials
- Configure sync schedule
- Click "Test & Save"
API Reference
POST /api/v1/connectors
{
"type": "snowflake",
"name": "Production Warehouse",
"config": {
"account": "xxx.snowflakecomputing.com",
"warehouse": "COMPUTE_WH",
"database": "ANALYTICS"
}
}