potiuk commented on pull request #7450: URL: https://github.com/apache/airflow/pull/7450#issuecomment-712102554
My current preference is those two together: * Add a bowler refactor for the provider packages for Airflow 2.0 that will delete this decorator. Previously, provider package didn't have any bowler refactors, so that would be new. * Conditionally display warnings for Breeze. Once the user is in the breeze then they will not see the warning. This is very simple to do, it will connect both - no "apply_defaults" in "production" code and easy development in Breeze. For local development (we could even leave with displaying the warnings locally with "those apply_defaults" are here now because we need them until we release backports but we intend to remove it once backport-providers are gone (which should happen in Feb/March according to our plans). We can talk about today at the 2.0 meeting/ ---------------------------------------------------------------- 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]
