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
  1. Overview
    • SQL data types reference
    • SQL command reference
        1. Query syntax
        2. Query operators
        3. General DDL
        4. General DML
        5. All commands (alphabetical)
          • Accounts
          • Users, roles, & privileges
          • Integrations
          • Business continuity & disaster recovery
          • Sessions
          • Transactions
          • Virtual warehouses & resource monitors
          • Databases, schemas, & shares
          • Tables, views, & sequences
          • Functions, procedures, & scripting
          • Streams & tasks
          • dbt Projects on Snowflake
          • Classes & instances
          • Machine learning
              1. Datasets
                  1. CREATE DATASET
                    • ALTER DATASET
                      • SHOW DATASETS
                    • Dataset versions
                    • Feature store
                    • Models
                    • Model versions
                    • Model functions
                    • Model monitors
                    • Experiments
                • Cortex
                • Listings
                • Openflow data plane integration
                • Organization profiles
                • Security
                • Data Governance
                • Privacy
                • Data loading & unloading
                • File staging
                • Storage lifecycle policies
                • Git
                • Alerts
                • Native Apps Framework
                • Streamlit
                • Notebook
                • Snowpark Container Services
                • Snowflake Postgres
            • Function and stored procedure reference
            • Class reference
            • Scripting reference
            • General reference
            • API reference
              ReferenceSQL command referenceMachine learningDatasetsALTER DATASET

              ALTER DATASET¶

              Modifies a dataset by adding or dropping dataset versions. When you add a version, you can specify properties such as partitioning, comments, or custom metadata.

              The following are the command variants:

              • ALTER DATASET … ADD VERSION

              • ALTER DATASET … DROP VERSION

              Was this page helpful?

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

              Alternative interfaces

              Snowflake Python APIs

              Snowflake REST APIs

              Snowflake CLI

              1. Snowflake Datasets