Commit 145eb105 authored by dasharatha.vamshi's avatar dasharatha.vamshi

init

parent 93819263
......@@ -32,7 +32,8 @@ try:
with open(run_id_path) as f:
run_id_param = json.load(f)
except Exception as e:
raise Exception(e)
sys.stderr.write("No run_config.json file is there so keeping run id as pipeline_id_run " + "\n")
run_id = pipeline_id + "_run"
run_id = run_id_param['run_id']
fillna_method = os.environ.get("fillna_method", default="ffill")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment