# 定义DAG的基本信息 dag_id: "csst-msc-l1-qc0" # 定义任务 tasks: task1: image: csst-msc-l1-qc0 tag: latest force_pull: true bash_command: "python /pipeline/app/run.py {message}"