databricks / auto-cdc
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/auto-cdc && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2930" && unzip -o skill.zip -d .claude/skills/auto-cdc && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/auto-cdc/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Apply Change Data Capture (CDC) with apply_changes API in Spark Declarative Pipelines. Use when user needs to process CDC feeds from databases, handle upserts/deletes, maintain slowly changing dimensions (SCD Type 1 and Type 2), synchronize data from operational databases, or process merge operations.
0 views
0 installs