DOCUMENTATION
/
Language
English
中文
Get started
Guides
Developer
Reference
Release notes
Tutorials
Status
Go to https://china-status.snowflake.com to see details of the status
For AI agents: documentation index at /llms.txt — fetch to discover all Snowflake documentation pages. Markdown version of this page: /en/sql-reference/classes/classification_profile.md
  1. Overview
    • SQL data types reference
    • SQL command reference
    • Function and stored procedure reference
    • Class reference
        1. ANOMALY_INSIGHTS
        2. ANOMALY_DETECTION
        3. BUDGET
        4. CLASSIFICATION
        5. CLASSIFICATION_PROFILE
            1. Commands
            2. CREATE CLASSIFICATION_PROFILE
              • DROP CLASSIFICATION_PROFILE
                • SHOW CLASSIFICATION_PROFILE
                  • Methods
                  • DESCRIBE
                    • SET_AI_MODE
                      • SET_AUTO_TAG
                        • SET_CLASSIFY_VIEWS
                          • SET_CUSTOM_CLASSIFIERS
                            • SET_ENABLE_TAG_BASED_SENSITIVE_DATA_EXCLUSION
                              • SET_MAXIMUM_CLASSIFICATION_VALIDITY_DAYS
                                • SET_MINIMUM_OBJECT_AGE_FOR_CLASSIFICATION_DAYS
                                  • SET_SNOWFLAKE_SEMANTIC_CATEGORIES
                                    • SET_TAG_MAP
                                      • UNSET_CUSTOM_CLASSIFIERS
                                        • UNSET_MAXIMUM_CLASSIFICATION_VALIDITY_DAYS
                                          • UNSET_SNOWFLAKE_SEMANTIC_CATEGORIES
                                            • UNSET_TAG_MAP
                                          • CUSTOM_CLASSIFIER
                                          • FORECAST
                                          • TOP_INSIGHTS
                                      • Scripting reference
                                      • General reference
                                      • API reference
                                        ReferenceClass referenceCLASSIFICATION_PROFILE

                                        CLASSIFICATION_PROFILE (SNOWFLAKE.DATA_PRIVACY)¶

                                        Enterprise Edition Feature

                                        Sensitive data classification requires Enterprise Edition or higher. To inquire about upgrading, please contact Snowflake Support.

                                        Allows you to set up sensitive data classification so the tables in a schema are automatically classified.

                                        CLASSIFICATION_PROFILE commands¶

                                        • CREATE CLASSIFICATION_PROFILE
                                        • DROP CLASSIFICATION_PROFILE
                                        • SHOW CLASSIFICATION_PROFILE

                                        CLASSIFICATION_PROFILE methods¶

                                        • <classification_profile_name>!DESCRIBE
                                        • <classification_profile_name>!SET_AI_MODE
                                        • <classification_profile_name>!SET_AUTO_TAG
                                        • <classification_profile_name>!SET_CLASSIFY_VIEWS
                                        • <classification_profile_name>!SET_CUSTOM_CLASSIFIERS
                                        • <classification_profile_name>!SET_ENABLE_TAG_BASED_SENSITIVE_DATA_EXCLUSION
                                        • <classification_profile_name>!SET_MAXIMUM_CLASSIFICATION_VALIDITY_DAYS
                                        • <classification_profile_name>!SET_MINIMUM_OBJECT_AGE_FOR_CLASSIFICATION_DAYS
                                        • <classification_profile_name>!SET_SNOWFLAKE_SEMANTIC_CATEGORIES
                                        • <classification_profile_name>!SET_TAG_MAP
                                        • <classification_profile_name>!UNSET_CUSTOM_CLASSIFIERS
                                        • <classification_profile_name>!UNSET_MAXIMUM_CLASSIFICATION_VALIDITY_DAYS
                                        • <classification_profile_name>!UNSET_SNOWFLAKE_SEMANTIC_CATEGORIES
                                        • <classification_profile_name>!UNSET_TAG_MAP

                                        Was this page helpful?

                                        Visit Snowflake
                                        Share your feedback
                                        Privacy PolicyTerms of Service
                                        © 2026 Snowflake All Rights Reserved.@北京神州数码云计算有限公司版权所有.

                                        Alternative interfaces

                                        Snowflake Python APIsSnowflake REST APIsSnowflake CLI
                                        1. CLASSIFICATION_PROFILE commands
                                        2. CLASSIFICATION_PROFILE methods
                                        1. Use SQL to set up sensitive data classification
                                        2. ALTER SCHEMA