You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/03 15:29:37 UTC

[GitHub] [airflow] ashb edited a comment on pull request #14577: Use libyaml C library when available.

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:
users@infra.apache.org