Skip to content

Instantly share code, notes, and snippets.

@AnEddieAllen
AnEddieAllen / test_dags.py
Created December 22, 2022 16:37 — forked from criccomini/test_dags.py
test_dags.py
import os
import unittest
from airflow.models import DagBag
class TestDags(unittest.TestCase):
"""
Generic tests that all DAGs in the repository should be able to pass.
"""