‹ 首页

dbt_ingest

@kaelio · 收录于 1 周前 · 上游提交 1 周前

Map dbt `schema.yml` / `properties.yml` models and sources into ktx semantic-layer overlays and column notes. Covers `sources:` vs `models:`, column `data_tests` (not_null, unique, accepted_values, relationships), and how bundle-time writes complement manifest backfill from git sync. Load when the WorkUnit's `skillNames` includes `dbt_ingest` or when raw files are dbt YAML under `models/` / `sources/`.

适合你,如果使用 dbt 并需要将 schema 文件同步到语义层

/ 通过 npx 安装 校验哈希
npx oh-my-skill add kaelio/ktx/dbt_ingest
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- kaelio/ktx/dbt_ingest
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify kaelio/ktx/dbt_ingest
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1469GitHub stars
~1.4K上下文体积 · 单文件
镜像托管

怎么用

商店整理自技能原文 · 版本 49a4ae6 · 表述以原文为准
它做什么

安装后,Claude 能读取 dbt 的 schema.yml 文件,将模型和源映射到 ktx 语义层,并添加列描述和测试提示(如非空、唯一)。

什么时候触发

当工作单元包含 dbt_ingest 技能,或上传的 dbt YAML 文件位于 models/ 或 sources/ 目录时触发。

装好后可以这样说
Claude 会读取 YAML 并映射模型和列。
Claude 会确认物理表并更新描述。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。