From 16c75b0053da0e52c779765665eb9361f4f32ef3 Mon Sep 17 00:00:00 2001 From: Artur Sawicki Date: Fri, 29 Mar 2024 18:05:38 +0100 Subject: [PATCH] fix: Generate docs for dynamic table (#2666) Fix after #2664 --- docs/resources/dynamic_table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/dynamic_table.md b/docs/resources/dynamic_table.md index faeddce59d..c43bc04d1f 100644 --- a/docs/resources/dynamic_table.md +++ b/docs/resources/dynamic_table.md @@ -59,7 +59,7 @@ resource "snowflake_dynamic_table" "dt" { - `owner` (String) Role that owns the dynamic table. - `refresh_mode_reason` (String) Explanation for why FULL refresh mode was chosen. NULL if refresh mode is not FULL. - `rows` (Number) Number of rows in the table. -- `scheduling_state` (String) Displays RUNNING for dynamic tables that are actively scheduling refreshes and SUSPENDED for suspended dynamic tables. +- `scheduling_state` (String) Displays ACTIVE for dynamic tables that are actively scheduling refreshes and SUSPENDED for suspended dynamic tables. ### Nested Schema for `target_lag`