I am a newbie to Airflow. I am working on a project , where i need to execute a php script in Airflow worker node.I am using S3 bucket to fetch the said scripts , but when i trigger them using bash command , I get php command not found error.Also there is no operator to execute php scripts like the PythonOperator
{things I've tried so far but didn't work}:
- tried installing php compiler/interpreter -> you need root privileges error
- tried the same using sudo -> sudo command not found error
P.S. tbh I very close to punching my monitor , plwease help!!