mik-laj commented on issue #8765:
URL: https://github.com/apache/airflow/issues/8765#issuecomment-662912812


   @turbaszek I looked at this document. Great job!
   
   I have looked at what changes we have and I think one tool may not solve all 
our problems. I think that apart from this command, we should take additional 
action.
   - Complete the documentation to make the information for the user clearer, 
e.g. prepare a migration guide for CLI that will compare new and old commands
   - Many problems will only happen during the execution of the task. We can 
[catch these 
exceptions](https://docs.python.org/3/library/warnings.html#warnings.catch_warnings)
 and then save them to the database to make them more accessible to the user. 
The infinite log file is not the best way to communicate with the end-user. 
Especially when we do not have one fie, but an infinite number of them.
   
   I also added other ideas to new section - "Other ideas" in your docs. 
   
   PS. I created "area:upgrade" label on Github to track the related issues.


----------------------------------------------------------------
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.

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


Reply via email to