# Test Data Warehouse Overview

## Overview

Test data warehouses are a feature of Daasity you can use to create a temporary copy of your production database that can be used for testing new transformation code. Once you create one, you can choose to use the test warehouse when testing new [workflows](/technical-docs/workflows-and-scheduling/getting-started-with-workflows.md) before running them on your production database.

## Creating a test warehouse

You can create a test data warehouse directly from the Daasity app. Depending on the size of your production database, it will typically take a few minutes to a half an hour to provision your test warehouse.

[Learn how to create a Snowflake Test Warehouse here](/technical-docs/warehouse/test-data-warehouse/create-a-snowflake-test-warehouse.md).

[Learn how to create a Redshift Test Warehouse here](/technical-docs/warehouse/test-data-warehouse/create-a-redshift-test-warehouse.md).

## Things to know about test warehouses

When you create a test warehouse, it's only a snapshot of the production warehouse at the time of provisioning. No new data will be loaded into it after it's created.

Test warehouses by default are set to self-destruct 1 week after creation. However, you can extend their life 1 week at a time. If you no longer need a test warehouse, you can destroy it whenever you are ready to do so.

Test warehouses are specific to each Daasity user. If you need to work on the same test warehouse as someone else on your team, you will need to share the warehouse credentials with them — they won't be visible to anyone except the person that created them.


---

# 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://help.daasity.com/technical-docs/warehouse/test-data-warehouse/test-data-warehouse-overview.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.
