ashb edited a comment on pull request #14577:
URL: https://github.com/apache/airflow/pull/14577#issuecomment-789798312


   Oh, To make new providers work with 2.0.0 I'm going to have to do
   
   ```
   try:
       import airflow.utils.yaml as yaml
   except ImportError:
       import yaml
   ```
   
   Ugh.
   
   (Judos to @potiuk for writing tests for this exact case!)


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