i setted up an Apache Airflow instance on my linux Ubuntu 24.04 LTS VM. Airflow is used to execute Apache Hop workflows and pipelines.
In genereal my set up is working. I used docker compose and the .yaml provided by: https://hop.apache.org/manual/latest/how-to-guides/run-hop-in-apache-airflow.html
I added two volumes to the .yaml file and the container are starting properly.
enter image description here
But when i check the workflow execution in Airflow the log shows the following issue:
enter image description here
This is how the dag-file looks:
enter image description here
It seems to me that there is an permission issue but i dont know how to solve this. Any ideas?
David Weiler is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.