Airflow structure/organization of Dags and tasks
I use something like this. A project is normally something completely separate or unique. Perhaps DAGs to process files that we receive from a certain client which will be completely unrelated to everything else (almost certainly a separate database schema) I have my operators, hooks, and some helper scripts (delete all Airflow data for a … Read more