forked from danlabset/ETL-Python-Wikipidea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode_log.txt
More file actions
10 lines (10 loc) · 675 Bytes
/
code_log.txt
File metadata and controls
10 lines (10 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
2024-May-14-14:57:25 : Preliminaries complete. Initiating ETL process
2024-May-14-14:57:26 : Data extraction complete. Initiating Transformation process
2024-May-14-14:57:26 : Data transformation complete. Initiating loading process
2024-May-14-14:57:26 : Data saved to CSV file
2024-May-14-14:57:26 : SQL Connection initiated.
2024-May-14-14:57:26 : Data loaded to Database as table. Running the query
2024-May-14-14:57:26 : Data loaded to Database as table. Running the query 1
2024-May-14-14:57:26 : Data loaded to Database as table. Running the query 2
2024-May-14-14:57:26 : Data loaded to Database as table. Running the query 3
2024-May-14-14:57:26 : Process Complete.