When is it time to change from ETL in notebooks to whl/py?

Forssen
New Contributor II

Hi!
I would like some input/tips from the community regarding when is it time to go from a working solution in notebooks to something more "stable", like whl/py-files?

What are the pros/cons with notebooks compared to whl/py?

The way i structured things now is that i use notebooks as a orchestrator. The code is built as modules in py-files and just imported to the notebook. Everything needed for the etl to work is a config-file(yml or json), so nothing is hardcoded.

Thanks in advance 🙂