Hello everyone ! I'm trying to use kedro-airflow w...
# plugins-integrations
d
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 :
Copy code
docker-compose up postgres
2/ In another teminal :
Copy code
docker-compose up init_db
3/ In the previous terminal :
Copy code
docker-compose up scheduler webserver
Thanks a lot for your help !