# Snowflake Marketplace (Native App)

#### Overview

DWH.dev is available directly in the [Snowflake Marketplace](https://app.snowflake.com/marketplace/listing/GZTSZ1Y553M/dwh-dev-inc-dwh-dev-lineage) as a native application.

This allows you to deploy and run DWH.dev ***inside your own Snowflake account***, without sharing data externally or managing any external infrastructure.

The Marketplace version of DWH.dev performs static SQL analysis and metadata lineage computation directly in your Snowflake environment - leveraging the same security, governance, and role-based access controls you already use.

***

#### Benefits of Marketplace Deployment

* **100% Snowflake-native** - no data leaves your account
* **Instant setup** - no servers or containers to manage
* **Secure** - fully isolated within your Snowflake account without external dependencies
* **Automatic updates** - always the latest version
* **Continuously up-to-date lineage** - DWH.dev refreshes lineage automatically based on schema change tracking
* **Integrated billing** - usage is billed through your existing Snowflake account balance (no separate contracts or credit cards)

#### Requirements & Resources

| **Snowflake Account** | Any account tier starting from **Standard**                                    | No dependency on [ACCESS\_HISTORY view](https://docs.snowflake.com/en/sql-reference/account-usage/access_history) — DWH.dev performs *static* SQL analysis         |
| --------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Compute Pool**      | DWH.dev runs entirely inside a dedicated compute pool of size **CPU\_X64\_S**  | Adds credit utilization of \~0.11 credits/hour, as per [Snowflake Credit Consumption Table (1d)](https://www.snowflake.com/legal-files/CreditConsumptionTable.pdf) |
| **Warehouse**         | M size                                                                         | Used for query-history export                                                                                                                                      |
| **Permissions**       | Metadata read access on target databases and Read access to **QUERY\_HISTORY** | No SELECT access to data contents required.                                                                                                                        |
| **Network Access**    | None required                                                                  | fully in-account execution                                                                                                                                         |

#### Features

* [QUERY\_HISTORY analysis and schema change tracking](/integrations/snowflake/snowflake-marketplace-native-app/query_history-analysis-and-schema-change-tracking.md)
* [CTAS cost management](/integrations/snowflake/snowflake-marketplace-native-app/ctas-cost-management.md)
* [CTAS logic change tracking](/integrations/snowflake/snowflake-marketplace-native-app/ctas-logic-change-tracking.md)
* [CTAS logic change alerting](/integrations/snowflake/snowflake-marketplace-native-app/ctas-logic-change-alerting.md)


---

# 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.dwh.dev/integrations/snowflake/snowflake-marketplace-native-app.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.
