Skip to content

Commit

Permalink
Add depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Feb 2, 2024
1 parent 6cde65a commit 60f7eb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/resources/materialized_view_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ resource "snowflake_materialized_view" "test" {
database = snowflake_tag.%[7]s.database
value = "some_value"
}
depends_on = [
snowflake_table.test
]
}
`, tableName, databaseName, schemaName, viewName, warehouseName, q, tag, tag1Name, tag2Name)
}
Expand Down

0 comments on commit 60f7eb4

Please sign in to comment.