-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"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
Comments
|
sfc-gh-jcieslak
added
category:resource
resource:external_table
Issue connected to the snowflake_external_table resource
labels
May 20, 2024
sfc-gh-dszmolka
added a commit
that referenced
this issue
Dec 28, 2024
…ify location for the external table
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: