AI AGENT ADDONS

Testing Dags

astronomer/agents
Testing & QA
932installs

A data pipeline often needs more than one test to work perfectly. This skill guides you through a step by step cycle. You run the pipeline, check for errors, and fix them. Then you start over until it passes.

The idea is to run first and debug later. Do not waste time on checks before the test. Just start the run and see what happens. If it fails, then look at the logs and fix the code.

Use a single command like af runs trigger-wait to test the pipeline. It shows whether the run passed or failed. If it failed, you can find the problem and try again. This makes testing and fixing fast and simple.

Add Testing Dags skill to your workflow

Global

mkdir -p ~/.claude/skills/testing-dags

Project

mkdir -p .claude/skills/testing-dags

Source Repository

Stars
393
Forks
55
Watchers
393
License
Apache-2.0
Last Push
26 days ago
Created
6 months ago