This commit is contained in:
Yam ZhengLim
2022-08-23 01:07:43 +08:00
parent 7d42901488
commit 9d49188f39
5 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ data-management
├─ general_function.py # All customize general code function to import in run_extract_load.py
├─ README.md # Project guide
├─ requirements.txt # Install needed library
└─ run_extract_load.py # Main code to run the extract load process
└─ main.py # Main code to run the extract load process
```
@@ -1,4 +1,3 @@
import json
import csv
from operator import concat
import mysql.connector
-2
View File
@@ -1,6 +1,4 @@
import os
from google.cloud import storage
import json
def login_cloudstorage_credential(credential):
try:
-2
View File
@@ -1,7 +1,5 @@
import json
import os
from os import walk
from operator import concat
import general_function
import exchange.extract.exchange_extract_function as ex_extract_func
import exchange.load.exchange_load_function as ex_load_func
+1 -1
View File
@@ -1,2 +1,2 @@
mysql_connector_repackaged==0.3.1
mysql-connector-python==8.0.30
google-cloud-storage==2.5.0