Skip to content

Commit

Permalink
DOCFIX: Remove misleading attribute from table doc (Snowflake-Labs#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
onelharrison authored and jtzero committed Aug 19, 2021
1 parent 7f10609 commit 972a208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/resources/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ resource snowflake_table table {
comment = "A table."
cluster_by = ["to_date(DATE)"]
owner = "me"
column {
name = "id"
type = "int"
Expand Down
2 changes: 0 additions & 2 deletions examples/resources/snowflake_table/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ resource snowflake_table table {
comment = "A table."
cluster_by = ["to_date(DATE)"]

owner = "me"

column {
name = "id"
type = "int"
Expand Down

0 comments on commit 972a208

Please sign in to comment.