https://kedro.org/ logo
Title
d

Downforu

04/22/2022, 12:50 PM
Hello everyone ! I'm trying to use kedro-airflow with Dockerfile and docker-compose files to execute a very simple Kedro node but I'm having the following error "Task exited with return code Negsignal.SIGKILL". Has anyone encountered this before? I'm not sure but it seems that in my case the scheduler is not working well with the KedroOperator because I have another very simple dag file where I use the standard PythonOperator and it works well. You can find the project in my Github here : https://github.com/Downfor-u/kedro-airflow-test Here are the commands I execute : 1/ In a terminal :
docker-compose up postgres
2/ In another teminal :
docker-compose up init_db
3/ In the previous terminal :
docker-compose up scheduler webserver
Thanks a lot for your help !