#! /bin/bash
python $BASE_PATH/etl/init_jobs.py
if [ $? -ne 0 ]; then
    exit -e "\033[31mdatax配置文件初始化失败 \033[0m"
fi
echo -e "\033[32mdatax配置文件初始化完成 \033[0m"
