代码迁移
This commit is contained in:
10
run_etl.sh
Normal file
10
run_etl.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# ETL运行脚本
|
||||
|
||||
# 加载环境变量
|
||||
if [ -f .env ]; then
|
||||
export $(cat .env | grep -v '^#' | xargs)
|
||||
fi
|
||||
|
||||
# 运行ETL
|
||||
python -m cli.main "$@"
|
||||
Reference in New Issue
Block a user