Webinar: 10x Your Data Engineering With AI

On-demand webinar: how to combine Claude Code with DataOps, FITT architecture, and data testing to unlock 10x data engineering productivity — safely and autonomously.

Written by Chris Bergh on May 20, 2026

DataOpsData QualityOn-Demand WebinarOpen Source
Webinar: 10x Your Data Engineering With AI

Key points

  • You cannot point Claude Code at an ETL process and expect 10x. Three things have to be in place underneath it: DataOps for environment isolation, FITT architecture, and data testing. Remove any one and the gains collapse.
  • Isolation means three things at once — a Git branch for the code, a separate data environment such as a Snowflake zero copy clone, and separate compute — so a session can be thrown away without production noticing.
  • FITT is Functional, Idempotent, Tested, Two-stage. Idempotency is the part that matters most with an agent: SQL is a language built for side effects, so being able to re-run a chunk and get the same result is what makes retrying safe.
  • Two-stage means immutable raw data to final analytic output, with fixes living in the versioned process rather than in a hand-edited table. It also removes the bronze team, silver team, gold team anti-pattern where everyone points at everyone else.
  • Testing is the agent's feedback loop, and it needs coverage rather than one null check. TestGen generates about 80% of the tests deterministically; the last 20% needs business knowledge, and a new MCP interface lets Claude read tests and results and propose more.
  • Eric's practical warning: don't load up on Claude Code skills before you understand the tool. Build a shared context layer that ships with the repo instead, and learn the patterns before handing over control.

Pointing an AI coding agent at your existing data pipelines and hoping for 10x productivity is a great way to get a confident agent that breaks production. The agents are good. The problem is the environment you give them. Without isolated sandboxes, a granular pipeline structure, and a real feedback loop, an autonomous AI session is just a faster way to compound mistakes.

The formula that actually works has four parts. Claude Code is the agent. DataOps gives Claude an isolated environment where it can iterate without touching production. FITT architecture breaks your pipelines into the small, testable units Claude can reason about. Data testing closes the loop so the agent knows when it’s done and when it’s wrong. Take any one piece out and the productivity gains collapse. Put all four together and you can run parallel Claude Code sessions exploring different approaches while production sits untouched.

In this on-demand webinar, we walk through the formula on real Snowflake and Databricks projects: how to stand up Claude-safe environments, how FITT breaks your pipelines into units Claude can actually drive, and how data tests give the agent a self-correcting signal. You’ll see what a productive multi-session day looks like and the guardrails that keep production safe.

If you’re trying to move past one-shot prompts into actual autonomous data engineering, this session is the playbook.

Watch the webinar

Fill out the form and the recording, slides, and transcript open on the next page.

Install Open Source TestGen Free, no vendor lock-in Request a Demo See TestGen Enterprise in action
Chris Bergh

Chris Bergh

CEO and Head Chef at DataKitchen. He is a leader of the DataOps movement and is the co-author of the DataOps Cookbook and the DataOps Manifesto.

LinkedIn →

Don't want to give us your email address? Go directly to the webinar recording here.