Skip to content

Instantly share code, notes, and snippets.

View afelopez's full-sized avatar

RakiStuff afelopez

  • RakiProjects
  • Bogota - Colombia
View GitHub Profile
import unittest
from airflow.models import DagBag
class TestDagIntegrity(unittest.TestCase):
LOAD_SECOND_THRESHOLD = 2
def setUp(self):
self.dagbag = DagBag()