In this demo, we debug and fix a broken data pipeline end to end using Bauplan and Claude Code.
The setup is simple: Claude Code running in the terminal, a Claude.md pulled from Bauplan's GitHub repo and a pipeline built in an earlier session that breaks things downstream on purpose. The Bauplan skill is installed as a plugin through the Anthropic marketplace, so Claude Code has a structured playbook for debugging and fixing data pipelines.
We start in the Bauplan UI, where a failed job shows up with a DAG overview and details on what went wrong. From there, we hand Claude Code a query asking it to look at the latest pipeline run on the branch and it takes over.
What happens in the walkthrough:-
To close, Claude Code writes a debug summary report covering the root cause, what broke, why it broke, the fix and the rerun result. We then run the fixed pipeline manually to confirm it and check the completed job back in the Bauplan UI.
The result is a clear division of labor: the agent handles the mechanical debugging steps, and you approve the decisions along the way.