turbaszek commented on issue #8765: URL: https://github.com/apache/airflow/issues/8765#issuecomment-662921022
> * Complete the documentation to make the information for the user clearer, e.g. prepare a [migration guide for CLI](https://github.com/apache/airflow/issues/9952) that will compare new and old commands Yes I think the upgrade guide for CLI is a much better option than scrpits checking. > * 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. Interesting idea, but do you have any idea how to catch "these exceptions" (related to Airflow 2.0) not all? ---------------------------------------------------------------- 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]
