You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
create
Terraform will perform the following actions:
snowflake_dynamic_table.example will be created
resource "snowflake_dynamic_table" "example" {
automatic_clustering = (known after apply)
bytes = (known after apply)
cluster_by = (known after apply)
comment = "example dynamic table"
data_timestamp = (known after apply)
database = "sample_Database"
id = (known after apply)
is_clone = (known after apply)
is_replica = (known after apply)
last_suspended_on = (known after apply)
name = "sample_DYNAMIC_TABLE"
or_replace = false
owner = (known after apply)
query = "SELECT * from DEMO_TABLE"
refresh_mode = (known after apply)
refresh_mode_reason = (known after apply)
rows = (known after apply)
scheduling_state = (known after apply)
schema = "DEMO_TEST"
warehouse = "COMPUTE_WH"
target_lag {
maximum_duration = "20 minutes"
}
}
Plan: 1 to add, 0 to change, 0 to destroy.
snowflake_dynamic_table.example: Creating...
╷
│ Error: [errors.go:17] object does not exist or not authorized
│
│ with snowflake_dynamic_table.example,
│ on main.tf line 21, in resource "snowflake_dynamic_table" "example":
│ 21: resource "snowflake_dynamic_table" "example" {
│
╵
Steps to Reproduce
terraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Terraform CLI and Provider Versions
Terraform v1.3.6
Snowflake-Labs Terraform provider 0.82.0
Terraform Configuration
Expected Behavior
create a dynamic table in our snowflake account
Actual Behavior
terraform apply -auto-approve
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
Terraform will perform the following actions:
snowflake_dynamic_table.example will be created
automatic_clustering = (known after apply)
bytes = (known after apply)
cluster_by = (known after apply)
comment = "example dynamic table"
data_timestamp = (known after apply)
database = "sample_Database"
id = (known after apply)
is_clone = (known after apply)
is_replica = (known after apply)
last_suspended_on = (known after apply)
name = "sample_DYNAMIC_TABLE"
or_replace = false
owner = (known after apply)
query = "SELECT * from DEMO_TABLE"
refresh_mode = (known after apply)
refresh_mode_reason = (known after apply)
rows = (known after apply)
scheduling_state = (known after apply)
schema = "DEMO_TEST"
warehouse = "COMPUTE_WH"
target_lag {
}
}
Plan: 1 to add, 0 to change, 0 to destroy.
snowflake_dynamic_table.example: Creating...
╷
│ Error: [errors.go:17] object does not exist or not authorized
│
│ with snowflake_dynamic_table.example,
│ on main.tf line 21, in resource "snowflake_dynamic_table" "example":
│ 21: resource "snowflake_dynamic_table" "example" {
│
╵
Steps to Reproduce
terraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: