> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Warehouse Connectors

> Connect Replit Agent to data warehouses (BigQuery, Databricks, Snowflake) and analytics platforms to build data-driven applications.

Warehouse connectors let Replit Agent securely query your organization's data warehouses. Builders use natural language to create dashboards, reporting tools, and data applications — no SQL expertise required. Admins keep centralized control with role-based access.

## Supported warehouses

Warehouse connectors are available on **Enterprise** plans.

| Warehouse        | Setup guide                                                                                      |
| ---------------- | ------------------------------------------------------------------------------------------------ |
| BigQuery         | Coming soon                                                                                      |
| Databricks       | [Connect Databricks](/connectors/warehouses/databricks)                                          |
| Microsoft Fabric | [Build data apps on Microsoft Fabric](/connectors/warehouses/microsoft-fabric) (private preview) |
| Snowflake        | [Connect Snowflake](/connectors/warehouses/snowflake)                                            |

Each warehouse has its own setup flow because the OAuth integration, identity model, and credential format differ. Pick the warehouse you use and follow its dedicated guide.

## Analytics and data platforms

Analytics connectors are available on Core and Pro plans alongside Enterprise. Connect your analytics tools so Agent can read and work with your product data:

* **Segment** — Customer data, event streams, and audience segments from your CDP
* **Amplitude** — Product analytics, user behavior data, and engagement metrics
* **Hex** — Collaborative data notebooks and query results

Manage these the same way as other Replit connectors. See [Managing your connectors](/replitai/managing-connectors).

## How warehouse connectors work

Setup is a one-time process that involves three roles:

1. **Warehouse admin** — Creates an OAuth integration or service identity in the warehouse
2. **Replit organization admin** — Adds the credentials to Replit and configures access
3. **Builder** — Signs in and starts building with Agent

Once configured, builders ask Agent to use the warehouse and Agent writes and executes SQL against it.

### Building with warehouse data

After connecting, you can ask Agent to build applications that use your data. Agent can:

* Build internal tools that fetch and display live data
* Create dashboards with charts and visualizations backed by your warehouse
* Generate SQL queries to power your application's backend
* Explain schema and table structures to help you understand what to build

<Note>
  While Agent can answer ad-hoc questions about your data, the primary purpose of warehouse connectors is to enable Agent to build functional applications that leverage your organization's data. Warehouse queries are executed directly against your instance, so make sure your OAuth scopes and database user permissions allow the necessary read and write operations.
</Note>

## Connector availability

| Connector        | Starter | Core | Pro | Enterprise          |
| ---------------- | ------- | ---- | --- | ------------------- |
| BigQuery         | —       | —    | —   | ✅                   |
| Databricks       | —       | —    | —   | ✅                   |
| Microsoft Fabric | —       | —    | —   | ✅ (private preview) |
| Snowflake        | —       | —    | —   | ✅                   |
| Segment          | —       | ✅    | ✅   | ✅                   |
| Amplitude        | —       | ✅    | ✅   | ✅                   |
| Hex              | —       | ✅    | ✅   | ✅                   |

## Related documentation

* [Connect Databricks](/connectors/warehouses/databricks) — Step-by-step Databricks setup
* [Build data apps on Microsoft Fabric](/connectors/warehouses/microsoft-fabric) — Build dashboards backed by Power BI semantic models (private preview)
* [Connect Snowflake](/connectors/warehouses/snowflake) — Step-by-step Snowflake setup with OAuth configuration and troubleshooting
* [Managing your connectors](/replitai/managing-connectors) — Connector management on collaborative workspaces in Core and Pro, and across organizations in Enterprise
* [Connectors overview](/references/integrations/overview) — Learn about all integration types
* [Workspaces](/references/collaboration/workspaces) — Understand Personal and Team Workspaces
