Skip to content

Instantly share code, notes, and snippets.

View afelopez's full-sized avatar
🏠
Working from home

Andrés López afelopez

🏠
Working from home
View GitHub Profile
import unittest
from airflow.models import DagBag
class TestDagIntegrity(unittest.TestCase):
LOAD_SECOND_THRESHOLD = 2
def setUp(self):
self.dagbag = DagBag()