# Data Warehouse Integration

The **ROX Data Warehouse Integration** enables customers to share live data directly from their data warehouse to ROX. Using native sharing capabilities, this integration provides real-time access to your data without copying, moving, or duplicating it—you retain full control while ROX gains secure, governed access.

***

### Supported Platforms

| Platform                                                                                                             | Sharing Method                                        |
| -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| [**Snowflake**](/development/engineering/docs/rox-enterprise-integrations/data-warehouse-integration/snowflake.md)   | Secure Share or Private Listing with Auto-Fulfillment |
| [**Databricks**](/development/engineering/docs/rox-enterprise-integrations/data-warehouse-integration/databricks.md) | Delta Sharing                                         |
| [**BigQuery**](/development/engineering/docs/rox-enterprise-integrations/data-warehouse-integration/bigquery.md)     | Analytics Hub                                         |

> **Contact your ROX account team** to discuss integration options for your specific data warehouse platform.

***

### Key Benefits

| Benefit                    | Description                                                               |
| -------------------------- | ------------------------------------------------------------------------- |
| **Full Control**           | Data stays in your account. You can revoke access at any time.            |
| **Zero-Copy Architecture** | No data duplication—ROX queries your live data directly.                  |
| **Real-Time Access**       | ROX always sees the latest data without ETL or batch jobs.                |
| **Secure by Default**      | All access governed by your platform's native permissions and encryption. |

***

### Getting Started

1. **Identify your platform** — Snowflake, Databricks, or Google BigQuery
2. **Contact your ROX account team** — Get the ROX account identifiers needed for setup
3. **Follow the platform guide** — Complete the step-by-step setup instructions
4. **Notify ROX** — Share the connection details with your ROX account team

Select your platform above to view the detailed setup guide.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rox.com/development/engineering/docs/rox-enterprise-integrations/data-warehouse-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
