clickzetta-manage-comments

Manage ClickZetta Lakehouse object comments across schemas, tables, and views.

8|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/yunqiqiliang/clickzetta-skills --skill clickzetta-manage-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickzetta-manage-comments
Source: https://github.com/yunqiqiliang/clickzetta-skills/tree/main/clickzetta-manage-comments
Command: npx skills add https://github.com/yunqiqiliang/clickzetta-skills --skill clickzetta-manage-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables precise management of metadata comments (COMMENT) for ClickZetta Lakehouse objects, including schemas, tables, dynamic tables, materialized views, VClusters, and workspaces. It ensures consistent syntax, proper escaping, and safe updates across all supported object types.

Core Features & Use Cases

  • Supports ClickZetta-specific COMMENT syntax for schemas, regular tables, external tables, dynamic tables, materialized views, VClusters, and workspaces.
  • Handles add, modify, delete operations by using the correct syntax and escaping rules, with guidance to avoid unsupported operations.
  • Provides a consistent workflow for applying comments to metadata, ensuring correct syntax across object types and documenting differences where they exist.

Quick Start

Provide the target object type, its name, and the desired comment to generate the corresponding COMMENT statements.

Frequently Asked Questions about clickzetta-manage-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add comments to a ClickZetta table or schema?

To add comments to a ClickZetta table or schema, you provide the target object type, its name, and the desired description. The system generates the correct ClickZetta-specific COMMENT statement with proper escaping rules applied.

What Lakehouse objects support metadata comments in ClickZetta?

ClickZetta metadata comments are supported across schemas, regular tables, external tables, dynamic tables, materialized views, VClusters, and workspaces. You can apply, modify, or delete descriptions for any of these supported object types.

How do I modify or delete an existing comment on a materialized view?

To modify or delete a comment on a materialized view, you use the correct ClickZetta-specific COMMENT syntax. The system ensures safe updates by applying proper escaping rules and guiding you to avoid unsupported operations.

Does ClickZetta use standard SQL syntax for commenting on dynamic tables?

ClickZetta uses its own specific COMMENT syntax for dynamic tables rather than standard SQL. The system enforces supported object rules to ensure consistent and safe metadata description updates across all dynamic table operations.

What is the best way to ensure proper escaping when annotating ClickZetta VClusters?

The best way to ensure proper escaping when annotating VClusters is to use a consistent workflow that applies ClickZetta-specific COMMENT syntax. This prevents syntax errors and maintains safe metadata updates across workspace objects.

Why do my ClickZetta comment updates fail on certain object types?

ClickZetta comment updates may fail if you attempt unsupported operations or use incorrect syntax. The system enforces supported object rules and documents differences between object types to ensure consistent, safe COMMENT operations.