-
Notifications
You must be signed in to change notification settings - Fork 427
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
snowflake_schema crashing when importing #2449
Comments
I've tested back to |
Hey @jmkacz. Thanks for reaching out. You have to use the fully qualified name for the schema (db.schema). Please let me know if that helps. |
Hey @jmkacz. Did you have a chance to test the solution? Can we close the issue? |
Same issue with schema import on |
@gespinal did you try the above suggestion #2449 (comment)? |
@sfc-gh-asawicki yeah, it didn't work.
|
Hey @gespinal. I wasn't clear enough. If you check the documentation: https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/schema#import you will see, that the id used for import is
it should work like a charm (I tested it myself to be sure). |
Thanks very much @sfc-gh-asawicki , validated. |
@jmkacz I will close this issue. Please check the solution mentioned and open a new ticket if needed. |
Terraform CLI and Provider Versions
Terraform Configuration
Expected Behavior
terraform plan -generate-config-out generated.tf
succeeds and there's asnowflake_schema
resource specified ingenerated.tf
Actual Behavior
Steps to Reproduce
terraform plan -generate-config-out generated.tf
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: