Open AxelFurlanF opened 4 years ago
This works using local executor with the Puckel's docker-compose.yml
Did you ever get this figured out, as far as I knew the PythonOperator did log out like the BashOperator does.
Did you ever get this figured out, as far as I knew the PythonOperator did log out like the BashOperator does.
@BrainMonkey nope, never came up with a solution. I'm still using the bash operator sadly
Context
I'm using Airflow Celery. I'm trying to move from
BashOperator
executingpython script.py
to the actualPythonOperator
but I'm running into a logging error.I have the following DAG to test this:
Missing INFO log
The task test_log logs appear to be:
But in the
docker logs worker
I can see my statement as follows:My airflow.cfg has:
This is happening with other DAGs as well. I'd appreciate some insight