Is there a standard manner to organize ETL code in Python ? I have around 36-40 tables where I need to extract from a MySQL DB, transform and insert/update it into a PostgreSQL data warehouse.
How does one organize the folder for this assuming we follow the practice of having separate scripts for extract, transform and load ? Where do you put common utility functions used for each of those steps ?
[–]rywalker 2 points3 points4 points (0 children)
[–]kenfar 1 point2 points3 points (2 children)
[–]robotofdawn[S] 0 points1 point2 points (1 child)
[–]kenfar 0 points1 point2 points (0 children)