ashb commented on a change in pull request #11293:
URL: https://github.com/apache/airflow/pull/11293#discussion_r532120158



##########
File path: UPDATING.md
##########
@@ -219,8 +219,15 @@ with third party services to the ``airflow.providers`` 
package.
 All changes made are backward compatible, but if you use the old import paths 
you will
 see a deprecation warning. The old import paths can be abandoned in the future.
 
+According to 
[AIP-21](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-21%3A+Changes+in+import+paths)
+`_operator` suffix has been removed from operators. A deprecation warning has 
also been raised for paths
+importing with the suffix.
 
+The following table shows changes in import paths.
 
+| Old path                            | New path                   |
+|-------------------------------------|----------------------------|
+| airflow.operators.dummy_operator.py | airflow.operators.dummy.py |

Review comment:
       I'm surprised to see we don't have more info here/a table like this 
already!




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