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
use just the script path, without "sh": create_command = "/home/ubuntu/test/inst/scripts/test.sh"
also make sure that "airflow" user has permissions to execute "test.sh" script.