|
|
|
|
|
by sqrt28
3555 days ago
|
|
While Airflow is better than cron, my experience with it was miserable. I much rather have a thin layer on top of each ETL task and have my upper level code do whatever needs to be done (run on schedule, run in sequence, run on demand), than have an airflow layer in between, doing trivial tasks (periodic scheduling, and linearizing a dag, really?) and impeding my access. |
|