@@ -14,7 +14,6 @@ max_minute=00
# 0 判断上游表是否生产完成,最长等待到12点
source /root/anaconda3/bin/activate py37
-source ~/.bash_profile
while true; do
python_return_code=$(python utils.py --excute_program check_item_hive --partition ${today_early_1})
if [ $python_return_code -eq 0 ]; then