Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:36 +08:00
commit 19e906ecca
7 changed files with 1584 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "cdp-histunion",
"description": "Combine historical and incremental table data with schema validation and watermark tracking",
"version": "0.0.0-2025.11.28",
"author": {
"name": "@cdp-tools-marketplace",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}