Skip to content

Commit

Permalink
explicitly callout parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Jul 20, 2023
1 parent 9a64f90 commit 3cabbd2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/docs/reference/resource-configs/snowflake-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,19 @@ In the configuration format for the model SQL file:

## Dynamic Tables

[Dynamic Tables](https://docs.snowflake.com/en/user-guide/dynamic-tables-about) are Snowflake's flavor of Materialized Views. The `CREATE DYNAMIC TABLE` ([docs](https://docs.snowflake.com/en/sql-reference/sql/create-dynamic-table)) statement requires the following parameters `TARGET_LAG` and `WAREHOUSE`, so a dbt-snowflake user must also provide these.
[Dynamic Tables](https://docs.snowflake.com/en/user-guide/dynamic-tables-about) are Snowflake's flavor of Materialized Views.

### Parameters

dbt-snowflake requires the following parameters:

- `TARGET_LAG`
- `WAREHOUSE`

To learn more about each parameter and what values it can take, see
the Snowflake docs page: [`CREATE DYNAMIC TABLE: Parameters`](https://docs.snowflake.com/en/sql-reference/sql/create-dynamic-table)

### Usage

You can create a dynamic table by editing _one_ of these files:

Expand Down

0 comments on commit 3cabbd2

Please sign in to comment.