pull/1/head
Steve L. Nyemba 3 years ago
parent 19ab510125
commit 25ed547474

@ -84,7 +84,7 @@ class ETL (Process):
print (e) print (e)
if __name__ == '__main__' : if __name__ == '__main__' :
_config = json.loads(open (SYS_ARGS['config']).read()) _config = json.loads(open (SYS_ARGS['config']).read())
_config['jobs'] = 10 if 'jobs' not in SYS_ARGS else SYS_ARGS['jobs'] _config['jobs'] = 10 #if 'jobs' not in SYS_ARGS else SYS_ARGS['jobs']
for _config in _info : for _config in _info :
etl = ETL (**_config) etl = ETL (**_config)

Loading…
Cancel
Save