|
|
|
|
|
by smooc
2366 days ago
|
|
Airflow Maintainer here: what you are describing is exactly what Airflow takes care of (or should). I wonder what your issue is/was? Notebooks are supported by means of a Papermill operator (equivalent to how Netflix operationalizes notebooks) or PythonOperator/BashOperator which would just wrap around your notebook. However to parralelize tasks Airflow needs to know a bit more hence you might have found it required to break up your notebook into individual tasks that combine into a DAG. Is that what you meant? |
|