Relative Content

Tag Archive for pythonairflowsemaphore

How to write a proper Airflow semaphores between dags

I have about 15 workflows that need to run on different schedules or with different triggers. But the orchestration that I need means that some workflows aren’t allowed to run when some others are running and need to be differed. I am trying to write a pretty and easy solution.