Skip to content

Commit

Permalink
fix: Generate docs for dynamic table (#2666)
Browse files Browse the repository at this point in the history
Fix after #2664
  • Loading branch information
sfc-gh-asawicki authored Mar 29, 2024
1 parent cf32ceb commit 16c75b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/dynamic_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a id="nestedblock--target_lag"></a>
### Nested Schema for `target_lag`
Expand Down

0 comments on commit 16c75b0

Please sign in to comment.