Commit e4f1e847 by fan.jiang

fix hb request bug

parent a4f82b6b
......@@ -12,10 +12,10 @@ dt=$(date -d "2 hours ago $ScheduleTime" "+%d")
hhpath=$(date -d "2 hours ago $ScheduleTime" "+%H")
check_await "$ADN_REQUEST_PATH/$input_date_path/virginia/$hhpath/_SUCCESS"
check_await "$ADN_HB_PATH/$input_date_path/virginia/$hhpath/_SUCCESS"
check_await "$HB_REQUEST_PATH/$input_date_path/virginia/$hhpath/_SUCCESS"
INPUT_ADN_PATH="$ADN_REQUEST_PATH/$input_date_path/virginia/$hhpath/*"
INPUT_ADN_PATH="$ADN_HB_PATH/$input_date_path/virginia/$hhpath/*"
INPUT_ADN_PATH="$HB_REQUEST_PATH/$input_date_path/virginia/$hhpath/*"
ETL_ADN_REQ_ORG_HOURS_PATH="${ETL_ADN_ORG_REQ_HOURS}/${input_date_path}/virginia/${hhpath}"
......
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