BashOperator doen't run bash file apache airflow

后端 未结 3 800
猫巷女王i
猫巷女王i 2020-12-16 23:40

I just started using apache airflow. I am trying to run test.sh file from airflow, however it is not work.

Following is my code, file name is test.py



        
3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-16 23:55

    Try without the "sh" just set the command to "home/ubuntu/test/inst/scripts/test.sh"

提交回复
热议问题