jedcunningham opened a new pull request, #44755: URL: https://github.com/apache/airflow/pull/44755
In ~2.7, we moved provider config from core into the providers themselves. However, if providers that were released before that change was used on 2.7+, there could be failures because the config wouldn't be in those providers! So, we added a fallback for all of the configs that were moved. As we move toward Airflow 3, we don't need to carry this baggage forever. This does mean provider released in earlier than mid 2023 won't work with Airflow 3 (and I'd imagine there will be other reasons they wont work as well). -- 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]
