Airflow running python files fails due to python: can't open file
Did you try
bash_command='python /usr/local/airflow/python_scripts/my_script.py'
And you have to check if the folder have the good permissions (access and execute for your user)