Skip to content

Commit ea43560

Browse files
authored
Update snowflake-configs.md (#6342)
2 parents 3e77161 + b8bd0c5 commit ea43560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/reference/resource-configs/snowflake-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Snowflake allows two configuration scenarios for scheduling automatic refreshes:
299299
- **Time-based** &mdash; Provide a value of the form `<int> { seconds | minutes | hours | days }`. For example, if the dynamic table needs to be updated every 30 minutes, use `target_lag='30 minutes'`.
300300
- **Downstream** &mdash; Applicable when the dynamic table is referenced by other dynamic tables. In this scenario, `target_lag='downstream'` allows for refreshes to be controlled at the target, instead of at each layer.
301301

302-
Learn more about `target_lag` in Snowflake's [docs](https://docs.snowflake.com/en/user-guide/dynamic-tables-refresh#understanding-target-lag).
302+
Learn more about `target_lag` in Snowflake's [docs](https://docs.snowflake.com/en/user-guide/dynamic-tables-refresh#understanding-target-lag). Please note that Snowflake supports a target lag of 1 minute or longer.
303303

304304
<VersionBlock firstVersion="1.9">
305305

0 commit comments

Comments
 (0)