dabla commented on PR #38111: URL: https://github.com/apache/airflow/pull/38111#issuecomment-2050135785
> Some more explanation: This is what compatiblity checks are doing basically - they try to import the providers in airflow 2.6.0 so if you import anything that is missing, they should fail. Wrapping the failing import in "OptionalFeature" exception is a signal - "Yes, it's ok for this import to fail, it just means that something optoinal is missing" - hard to detect/decide automatically if missing import is something "wrong" or if this is just optional feature missing. Thanks for all the help :) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
