DOCUMENTATION
/
Get started
Guides
Developer
Reference
Release notes
Tutorials
Status
  1. Overview
    • Release notes
    • All release notes
      • Snowflake server release notes and feature updates
      • Streamlit in Snowflake release notes
        • Client, driver, and library release notes
          1. Monthly release notes
          2. Client versions & support policy
          3. Snowflake Connector release notes
            1. Snowflake Connector for Google Analytics Raw Data
              • Snowflake Connector for Google Analytics Aggregate Data
                • Snowflake Connector for ServiceNow V2
                  • Snowflake Connector for MySQL
                    • Snowflake Connector for PostgreSQL
                      • Snowflake Connector for Sharepoint
                        • Native SDK for Connectors
                          1. Native SDK for Connectors Java library
                            • Native SDK for Connectors Java Test library
                              • Native SDK for Connectors Java Template
                                • Native SDK Example Java GitHub Connector
                              • Behavior changes
                              • Behavior change announcements
                                  1. About behavior changes
                                    • Behavior change policy
                                      • Behavior change management
                                        • Current bundles
                                        • 2025_07 Bundle (Disabled by default)
                                        • 2025_06 Bundle (Enabled by default)
                                        • 2025_05 Bundle (Generally enabled)
                                        • Previous bundles
                                          1. 2025_04 Bundle
                                          2. 2025_03 Bundle
                                          3. 2025_02 Bundle
                                          4. 2025_01 Bundle
                                          5. 2024_08 Bundle
                                          6. 2024_07 Bundle
                                          7. 2024_06 Bundle
                                          8. 2024_05 Bundle
                                          9. 2024_04 Bundle
                                          10. 2024_03 Bundle
                                          11. 2024_02 Bundle
                                          12. 2024_01 Bundle
                                          13. 2023_08 bundle
                                          14. 2023_07 bundle
                                          15. 2023_06 bundle
                                              1. Security Changes
                                              2. WRITE/USAGE stage privileges: Directory table refreshes allowed
                                                • SQL Changes - General
                                                • Cloning: Alerts cloned when cloning databases or schemas
                                                  • Sequences and columns: Changes to SHOW command, view, and GET_DDL function output
                                                    • Query History: Queries for alert conditions and actions included in history
                                                      • SQL Changes - Commands & Functions
                                                      • SHOW USERS command: Output filtered based on privileges granted to active role
                                                        • SHOW STAGES command: New columns
                                                          • SYSTEM$GET_PRIVATELINK_CONFIG function: OCSP account identifier URL added to output
                                                            • DYNAMIC_TABLE_REFRESH_HISTORY function: DATA_TIMESTAMP value in output displayed in new format
                                                              • New function: ARRAY_FLATTEN may conflict with similarly named UDFs
                                                                • CREATE ALERT and ALTER ALERT commands: Some validation checks no longer performed on individual statements in conditions and actions
                                                                  • SHOW commands: New column
                                                                    • SQL Changes - Usage Views & Information Schema Views / Table Functions
                                                                    • Query and task history views and functions: New columns
                                                                      • ALERT_HISTORY view and function (Account Usage and Information Schema): Changes to output when action contains RETURN statement
                                                                        • ROLES view (Account Usage): New columns and new value for ROLE_TYPE column
                                                                          • GRANTS_TO_ROLES view: New column in the output and new values for existing columns
                                                                            • TABLES view (Account Usage and Information Schema): New column and column values
                                                                              • Task views and functions (Account Usage and Information Schema): New column
                                                                                • Task views and functions (Account Usage and Information Schema): ATTEMPT_NUMBER value changed to 1-based
                                                                                  • METERING_HISTORY view (Account Usage): New column
                                                                                    • Data Loading & Unloading Changes
                                                                                    • Snowpipe: Modification of auto-ingest notification integration queue for Azure and GCP not allowed
                                                                                      • PUT command on GCP: OVERWRITE parameter must be set to TRUE to overwrite files
                                                                                        • Data Pipelines Changes
                                                                                        • Dynamic tables: TARGET_LAG parameter set to less than 1 minute for new or modified tables results in error
                                                                                          • Tasks: Graph completion time differs from final task
                                                                                            • Data Sharing Changes
                                                                                            • GRANT OWNERSHIP command: Ownership transfer not allowed for shared databases
                                                                                              • Database roles: Updated error messages when granting to a share
                                                                                                • Reader accounts: DROP ACCOUNT command not supported
                                                                                                  • Data Governance Changes
                                                                                                  • SEMANTIC_CATEGORY system tag: Allowed values constraint removed
                                                                                                    • Replication Changes
                                                                                                    • BLOCK_NON_READLIST_OPERATIONS_ON_STAGES_IN_SECONDARY: Parameter set to TRUE by default
                                                                                                      • Developer and Extensibility Changes
                                                                                                      • TABLES views (Account Usage and Information Schema): TABLE_TYPE column value shows correct value for event tables
                                                                                                        • Native Apps: GET_DDL error message updated on APPLICATION PACKAGE
                                                                                                          • Procedures (caller’s rights): SQL statements that include PUT and GET commands produce a compiler error
                                                                                                            • Native Apps: Different privileges required to rename APPLICATION and APPLICATION PACKAGE
                                                                                                              • UDTFs: Default column names updated for Python vectorized UDTFs
                                                                                                            • 2023_05 bundle
                                                                                                            • 2023_04 bundle
                                                                                                            • 2023_03 bundle
                                                                                                            • 2023_02 bundle
                                                                                                            • 2023_01 bundle
                                                                                                            • Earlier bundles
                                                                                                            • Unbundled changes
                                                                                                        • Recent improvements
                                                                                                        • Performance improvements
                                                                                                        • SQL improvements
                                                                                                          • Feature information
                                                                                                          • Preview features
                                                                                                            Release notesBehavior change announcementsPrevious bundles2023_06 bundleSYSTEM$GET_PRIVATELINK_CONFIG function: OCSP account identifier URL added to output

                                                                                                            SYSTEM$GET_PRIVATELINK_CONFIG function: OCSP account identifier URL added to output¶

                                                                                                            Attention

                                                                                                            This behavior change is in the 2023_06 bundle.

                                                                                                            For the current status of the bundle, refer to Bundle History.

                                                                                                            The behavior of the SYSTEM$GET_PRIVATELINK_CONFIG function is as follows:

                                                                                                            Previously:

                                                                                                            The output of this function does not include the OCSP URL for your account identifier.

                                                                                                            Currently:

                                                                                                            The output of this function does include the OCSP URL for your account identifier. The value is recorded as follows:

                                                                                                            "regionless-privatelink-ocsp-url": "ocsp.org_name-account_name.privatelink.snowflakecomputing.com"

                                                                                                            Where:

                                                                                                            org_name is the name of your Snowflake organization.

                                                                                                            account_name is the unique name of your account within your organization.

                                                                                                            Call the function to obtain the value:

                                                                                                            SELECT KEY, VALUE
                                                                                                              FROM TABLE(FLATTEN(
                                                                                                                input=>PARSE_JSON(
                                                                                                                  SYSTEM$GET_PRIVATELINK_CONFIG())));
                                                                                                            
                                                                                                            Copy

                                                                                                            Ref: 1212

                                                                                                            Was this page helpful?

                                                                                                            Visit Snowflake
                                                                                                            Join the conversation
                                                                                                            Develop with Snowflake
                                                                                                            Share your feedback
                                                                                                            Read the latest on our blog
                                                                                                            Get your own certification
                                                                                                            Privacy NoticeSite TermsCookies Settings© 2025 Snowflake, Inc. All Rights Reserved.
                                                                                                            Language: English
                                                                                                            • English
                                                                                                            • Français
                                                                                                            • Deutsch
                                                                                                            • 日本語
                                                                                                            • 한국어
                                                                                                            • Português