ashb opened a new pull request, #44186:
URL: https://github.com/apache/airflow/pull/44186

   Without this change a dag like this:
   
   ```
   @task()
   def hello():
       print("hello")
       time.sleep(300)
       print("goodbye")
   ```
   
   would not show the output for "hello" until after the sleep!
   
   This is analogouys to setting PYTHONUNBUFFERED environment variable when
   running something like `python script.py | cat` etc.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to