Skip to content

Commit 24aaa44

Browse files
chore: Add 2025_04 BCR migration guide (#3855)
Add Snowflake BCR 2025_04 migration guide: - Add an entry for altered privileges check in Snowflake. - Add an entry for changes in authentication methods. ## References * [Snowflake BCR Bundle 2025_04](https://docs.snowflake.com/en/release-notes/bcr-bundles/2025_04_bundle) --------- Co-authored-by: Artur Sawicki <[email protected]>
1 parent 302dc88 commit 24aaa44

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

SNOWFLAKE_BCR_MIGRATION_GUIDE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,28 @@ To use the provider with the bundles containing this change:
3232

3333
Reference: [BCR-1944](https://docs.snowflake.com/release-notes/bcr-bundles/un-bundled/bcr-1944)
3434

35+
### `MFA_AUTHENTICATION_METHODS` property in authentication policies is now deprecated
36+
<!-- TODO(SNOW-2187814): Update this entry. -->
37+
38+
> [!IMPORTANT]
39+
> This change has been rolled back from the BCR 2025_04.
40+
41+
> [!IMPORTANT]
42+
> This change has not been addressed in the provider yet. This will be addressed in the next versions of the provider.
43+
44+
The `MFA_AUTHENTICATION_METHODS` property is deprecated. Setting the `MFA_AUTHENTICATION_METHODS` property returns an error. If you use the [authentication_policy](https://registry.terraform.io/providers/snowflakedb/snowflake/latest/docs/resources/authentication_policy) resource with `mfa_authentication_methods` field
45+
and have this bundle enabled, the provider will return an error.
46+
47+
Reference: [BCR-1971](https://docs.snowflake.com/en/release-notes/bcr-bundles/2025_04/bcr-1971)
48+
49+
## [Bundle 2025_04](https://docs.snowflake.com/en/release-notes/bcr-bundles/2025_04_bundle)
50+
51+
### Primary role requires stage access during `CREATE EXTERNAL TABLE` command
52+
53+
Creating an external table succeeds only if a user’s primary role has the `USAGE` privilege on the stage referenced in the `snowflake_external_table` resource. If you manage external tables in the provider, please grant the `USAGE` privilege on the relevant stages to the connection role.
54+
55+
Reference: [BCR-1993](https://docs.snowflake.com/en/release-notes/bcr-bundles/2025_04/bcr-1993)
56+
3557
## [Bundle 2025_03](https://docs.snowflake.com/en/release-notes/bcr-bundles/2025_03_bundle)
3658

3759
### The `CREATE DATA EXCHANGE LISTING` privilege rename

0 commit comments

Comments
 (0)