File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 57
57
format = "%(asctime)s - %(levelname)s - line:%(lineno)d - %(filename)s:%(funcName)s -> %(message)s" ,
58
58
)
59
59
60
- # Rest of the code...
61
- import json
62
- import logging
63
- import time
64
-
65
- import pandas as pd
66
- import requests
67
- from requests .exceptions import HTTPError , Timeout
68
- from simple_chalk import blue , green , red , yellow
69
-
70
- from salt import hash_pii
71
- from storage import (
72
- add_user_to_redis ,
73
- check_table_exists ,
74
- create_address_table ,
75
- create_user_table ,
76
- insert_into_address_table ,
77
- insert_into_user_table ,
78
- )
79
- from validate import validate_json
80
-
81
- logging .basicConfig (
82
- level = logging .INFO ,
83
- format = "%(asctime)s - %(levelname)s - line:%(lineno)d - %(filename)s:%(funcName)s -> %(message)s" ,
84
- )
85
-
86
60
"""
87
61
EXTRACTION
88
62
"""
You can’t perform that action at this time.
0 commit comments