Hi, I am trying to run my kedro project in Apache ...
# advanced-need-help
p
Hi, I am trying to run my kedro project in Apache Airflow. I follow the instructions and am able to launch the Airflow app when I do not attach my kedro image in docker-compose.yaml. However, when I do attach the image, by running docker-compose up, I get: Starting airflow_redis_1 ... done Starting airflow_postgres_1 ... done Starting airflow_airflow-init_1 ... done Starting airflow_airflow-webserver_1 ... done Starting airflow_airflow-triggerer_1 ... done Recreating airflow_airflow-worker_1 ... error Recreating airflow_airflow-scheduler_1 ... Recreating airflow_airflow-scheduler_1 ... error ERROR: for airflow_airflow-scheduler_1 Cannot start service airflow-scheduler: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "scheduler": executable file not found in $PATH: unknown ERROR: for airflow-worker Cannot start service airflow-worker: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "celery": executable file not found in $PATH: unknown ERROR: for airflow-scheduler Cannot start service airflow-scheduler: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "scheduler": executable file not found in $PATH: unknown ERROR: Encountered errors while bringing up the project.