-
Notifications
You must be signed in to change notification settings - Fork 430
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
[Bug]: 2024_08 breaks snowflake_managed_account #3394
Comments
Hi @jrobison-sb 👋 This is similar to #3161. The issue occurs because of a renamed column in |
Hi! Do you have a timeline for when the fixed release will come out? Trying to get an idea of in the next 1-2 weeks vs 1 month from now |
Hey @natashamathur 👋 |
That's fine, we will update to 1.0.4. Thank you!
…On Thu, Feb 13, 2025 at 9:47 AM Jan Cieślak ***@***.***> wrote:
Hey @natashamathur <https://github.com/natashamathur> 👋
The fix will be most likely released next week. Just a note, the fix will
be only available in the latest version (that will be v1.0.4), so upgrade
will be needed.
—
Reply to this email directly, view it on GitHub
<#3394 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIO2SK3I4OZO7YLJDPY3C632PSV63AVCNFSM6AAAAABW75C45KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJWHAZDIMZYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
[image: sfc-gh-jcieslak]*sfc-gh-jcieslak* left a comment
(Snowflake-Labs/terraform-provider-snowflake#3394)
<#3394 (comment)>
Hey @natashamathur <https://github.com/natashamathur> 👋
The fix will be most likely released next week. Just a note, the fix will
be only available in the latest version (that will be v1.0.4), so upgrade
will be needed.
—
Reply to this email directly, view it on GitHub
<#3394 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIO2SK3I4OZO7YLJDPY3C632PSV63AVCNFSM6AAAAABW75C45KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJWHAZDIMZYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
--
Natasha Mathur
Director of Data
*Calendly <https://calendly.com/natashamathur/30-minute-meeting>*
Technology Advancing Primary Care
|
same here, looking forward to that release. cheers! |
## Changes - Adjust expected SHOW MANAGED ACCOUNT output to support: https://docs.snowflake.com/en/release-notes/bcr-bundles/2024_08/bcr-1738. Fix for #3394. - Adjust account issues (relink to correct JIRA reference)
Hi, Do we know when it'll be fixed, it become a blocker for our delivery. Thanks |
We should have a release next week (Tue or Wed). |
Thank you for fixing this. It seems to be getting quite close to the scheduled time for 2024_08 getting Generally Enabled. We've currently got that bundle disabled as a workaround while this is being resolved. Do you have an idea of when in March that will be happening and how quickly we'll need to action moving to 1.0.4? For reference: https://docs.snowflake.com/en/release-notes/bcr-bundles/2024_08_bundle |
1.0.4 fixed the issue |
Hi all 👋 |
For anybody wondering, I raised this with Snowflake support and got the following response:
|
Yes, I'll upgrade and re-enable BCR 2024_08 probably today or tomorrow and will report back. Thanks. |
I upgraded this morning and it works great. Thank you for your efforts on this one. |
Terraform CLI Version
v1.10.0
Terraform Provider Version
v1.0.3
Company Name
Springbuk
Terraform Configuration
Category
category:resource
Object type(s)
resource:managed_account
Expected Behavior
This resource was created a long time ago and was working fine for a long time. My expectation is that it should continue working fine without breaking
terraform plan
and/orterraform apply
.Actual Behavior
The actual behavior is that it does break
terraform plan
and it does breakterraform apply
, probably after BCR 2024_08 was released to general availability (at least for us).Steps to Reproduce
snowflake_managed_account
resource similar to what is seen above, and use it without BCR 2024_08. This will work fine.terraform plan
and see that it is broken.terraform plan
and see that it works againHow much impact is this issue causing?
High
Logs
No response
Additional Information
I'm hesitant to post thousands of lines of TF_LOG=DEBUG, because I don't want to risk exposing secrets, but I was able to pick out this part from a debug plan log:
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: