DAGs
Everything on SkillVeris tagged DAGs — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
DAG Versioning and CI/CD
How Airflow tracks DAG structure changes over time via DAG Versioning, and how to build a GitOps-style CI/CD pipeline that tests and deploys DAGs safely.
Testing DAGs
How to validate Airflow DAGs at three layers — import integrity, structural correctness, and task logic — using pytest, DagBag, and dag.test().
The Airflow UI
A guided tour of the Airflow web interface, from the DAGs list and Grid view to task logs, Connections, and Variables.