-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
snowflake_pipe
error creating. This session does not have a current database.
#533
Comments
If you need a workaround in the meantime, just fully-qualify the stage, i.e., Original: #135 (comment) |
I'm still seeing this bug. I'm using Terraform v1.0.9 and provider[registry.terraform.io/chanzuckerberg/snowflake] 0.25.19. Fully qualifying the stage name works for me. |
still seeing this bug, fully qualifying the stage name works... but it would be nice to not need to do that. |
It also causes another bug when you have a file format that didn't use the fully qualified name, because then you'll get the error. So you have to fully qualify all things that stage depends on because otherwise they might not work. As seen in the snowflake query log
Or the terraform message
|
Closing as deprecated. Please use newer versions of the provider and create a new issue if the error persist there. |
Provider Version
0.25.0
Terraform Version
0.14.10
Describe the bug
snowflake_pipe
resource can not be created. The following error received:Expected behavior
Snowpipe should be created
Code samples and commands
Additional context
The SQL query created by snowflake TF provider works if use the worksheet in Snowflake console.
The text was updated successfully, but these errors were encountered: