mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
debug
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import os
|
||||
from google.cloud import storage
|
||||
import json
|
||||
|
||||
def login_cloudstorage_credential(credential):
|
||||
try:
|
||||
|
||||
@@ -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
@@ -1,2 +1,2 @@
|
||||
mysql_connector_repackaged==0.3.1
|
||||
mysql-connector-python==8.0.30
|
||||
google-cloud-storage==2.5.0
|
||||
|
||||
Reference in New Issue
Block a user