Skip to content

Conversation

@sfc-gh-jcieslak
Copy link
Member

@sfc-gh-jcieslak sfc-gh-jcieslak commented Nov 5, 2025

Related to #4010, removing deprecated account parameter

The snowflake_account_parameter was not adjusted as removed parameter wasn't previously listed as valid parameter there anyway.

Note: tested with and without state upgrader that would explicitly remove the field with delete function in Go, but that didn't seem to change anything (both versions were passing the test)

@github-actions
Copy link

github-actions bot commented Nov 5, 2025

Integration tests failure for 0155e4589ffc92d3074627bea499ae2281e2cb71

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Account-level tests failure for 6173e537d75acf357051d555eb6bcbe407ad3d45

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Integration tests cancelled for 6173e537d75acf357051d555eb6bcbe407ad3d45

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Account-level tests failure for 4b65711862481f31b26c9bc3820ea8edf62b4a87

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Integration tests success for 4b65711862481f31b26c9bc3820ea8edf62b4a87

@github-actions
Copy link

github-actions bot commented Nov 7, 2025

Account-level tests failure for a946d22f7b9fb30848391929065498a7851bbe45

@github-actions
Copy link

github-actions bot commented Nov 7, 2025

Integration tests failure for a946d22f7b9fb30848391929065498a7851bbe45

@sfc-gh-jcieslak sfc-gh-jcieslak marked this pull request as ready for review November 17, 2025 15:04
@sfc-gh-jcieslak sfc-gh-jcieslak requested a review from a team as a code owner November 17, 2025 15:04
@github-actions
Copy link

Integration tests cancelled for cf9ae69266289271b8ce7f5fbdb046b5a97d42b7


### *(breaking change)* The removal of `SAML_IDENTITY_PROVIDER` from `snowflake_current_account` and `snowflake_current_organization_account` resources

Due to changes on the Snowflake side, the `SAML_IDENTITY_PROVIDER` parameter is now deprecated (see [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/parameters#saml-identity-provider)).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's emphasize that:

  • not only it is deprecated, but it can't be used in SF (it fails with an error),
  • the affected resources are in preview, so we don't need to bump the major version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

})
}

func TestAcc_CurrentAccount_migrateFromV2_10_0(t *testing.T) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: v2_10_2, for the other test as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake, but didn't change due to cumbersome test setup (I know this works, thus 2_10_2 should work, but didn't want to change and validate it locally as it takes some time to set up). I would say, let's leave it like this, as it validates what it supposed to.

@github-actions
Copy link

Account-level tests success for 5b009c4865af92832694ed2d59e240a70fa33f70

@github-actions
Copy link

Integration tests success for 5b009c4865af92832694ed2d59e240a70fa33f70

@github-actions
Copy link

Integration tests cancelled for 46c6970f78b7cd8c658403c4b9c44ab37724906c

@github-actions
Copy link

Integration tests success for 627538b8c17e1e82a074ead431e5cacba0173a30

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Integration tests success for 31a8969ecf92e287f83716ee858291509d08be8f

@sfc-gh-jcieslak sfc-gh-jcieslak merged commit c14c83e into dev Dec 9, 2025
11 checks passed
@sfc-gh-jcieslak sfc-gh-jcieslak deleted the remove-account-parameter branch December 9, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants