"The session does not have a current database" when creating external table #1040
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:external_table
Issue connected to the snowflake_external_table resource
Provider Version
`0.34.0
Terraform Version
1.1.6
Describe the bug
I've got something that looks like the following, for querying JSON files stored in an s3 bucket:
When I run
terraform apply
, I get the following error message:I've tried replacing the location with
@${snowflake_database.foo.name}.${snowflake_stage.foo_s3.name}"
, but that gave the same error messageExpected behavior
I'd like the external table to create successfully
The text was updated successfully, but these errors were encountered: