Axel Furlan
Results
1
issues of
Axel Furlan
### Context I'm using Airflow Celery. I'm trying to move from `BashOperator` executing `python script.py` to the actual `PythonOperator` but I'm running into a logging error. I have the following...