mik-laj commented on issue #8765: URL: https://github.com/apache/airflow/issues/8765#issuecomment-656721340
@turbaszek Can you create Google Docs about it? Without a broader context, the titles of changes are of little help. I think we should now prepare a plan that will describe how we can detect breaking change and determine what to do when we detect them. ``` # Move operators to providers package (Rule 1) We should load all DAG using DAGBag and check whether any deprecated operators are used. When it is detected, we can make changes automatically using Bowler. This rule resolves the following entries from UPDATING.md -.... ``` A lot of changes are backward compatible, and if not, we also need to detect and notify them. ``` # Detectt provide_context in Python Operaator We should check ....when this happens, we should inform the user that in Airflow this code may cause problems. This rule resolves the following entries from UPDATING.md - Remove provide_context ``` ---------------------------------------------------------------- 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]
