Skip to content

Commit

Permalink
add reference links to config block version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 8, 2023
1 parent 503253e commit ecc39ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/reference/resource-configs/snowflake-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,10 @@ models:

```jinja
{{ config(
materialized="dynamic_table",
[materialized](/reference/resource-configs/materialized)="dynamic_table",
on_configuration_change="apply" | "continue" | "fail",
target_lag="downstream" | "<integer> seconds | minutes | hours | days",
snowflake_warehouse="<warehouse-name>",
[target_lag](#target-lag)="downstream" | "<integer> seconds | minutes | hours | days",
[snowflake_warehouse](#configuring-virtual-warehouses)="<warehouse-name>",
) }}
```

Expand Down

0 comments on commit ecc39ab

Please sign in to comment.