clickzetta-sql-pipeline-manager

Manage SQL data pipelines in ClickZetta Lakehouse with lifecycle operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

这个 Skill 提供在 ClickZetta Lakehouse 中对 SQL 数据管道对象进行端到端管理的能力,包括动态表、物化视图、表流和 Pipe,覆盖创建、修改、暂停/恢复、删除以及状态查看。

Core Features & Use Cases

  • 动态表的创建、替换与调度配置
  • 表流与 Pipe 的持续数据摄入整合
  • 脚手架级管道设计与多层 ETL(ODS/DWD/DWS/ Bronze/Silver/Gold)示例
  • 实时/近实时管道场景的状态诊断与调试

Quick Start

请创建一个名为 dw.demo_orders 的动态表,源自 ods.orders,按 1 分钟刷新并进行简单清洗。

Frequently Asked Questions about clickzetta-sql-pipeline-manager

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

FAQPage Schema
How do I build a SQL data pipeline in ClickZetta Lakehouse for real-time ingestion?

You build SQL data pipelines in ClickZetta Lakehouse using Dynamic Tables, Table Streams, and Pipes to manage end-to-end data ingestion. This automates creation, scheduling, and status monitoring for real-time data flows.

What is the difference between a Dynamic Table and a Materialized View in a lakehouse pipeline?

In lakehouse pipeline management, a Dynamic Table enables automated scheduled refreshes for near real-time data updates, while a Materialized View caches query results. This Skill orchestrates the lifecycle and scheduling of both pipeline objects.

Can I manage Kafka CDC ingestion pipelines using SQL in ClickZetta?

Yes, you can manage Kafka CDC ingestion pipelines using SQL in ClickZetta. This Skill handles Kafka and object-store ingestion scenarios, enabling you to create, suspend, resume, and diagnose continuous data pipeline states.

How do I create a Dynamic Table in ClickZetta with a 1-minute refresh schedule?

You create a Dynamic Table by defining the source table and setting a 1-minute refresh interval in your SQL script. This Skill automates the creation and scheduling configuration for target tables like dw.demo_orders sourced from ods.orders.

Does ClickZetta support multi-layer ETL pipelines like ODS to DWD to DWS?

Yes, ClickZetta supports multi-layer ETL pipelines. This Skill provides scaffolding to design transformations across ODS, DWD, DWS, or Bronze, Silver, and Gold layers using Dynamic Tables and Table Streams for structured data flows.

What should I do if my SQL data pipeline stops processing new records?

If your SQL data pipeline stops processing records, use this Skill to query the pipeline status and diagnose real-time ingestion issues. It supports lifecycle orchestration, allowing you to suspend and resume Pipes or Dynamic Tables to troubleshoot.