potiuk commented on PR #41637: URL: https://github.com/apache/airflow/pull/41637#issuecomment-2301895421
> The idea of releasing such a decorator in a separated provider package seems like a great solution! Is there any chance to implement it any time soon? I see that this work has already started https://github.com/apache/airflow/pull/36952. @kacpermuda , @potiuk The `common.compat` provider is already there. It's really a matter of: * adding the decorator there (with a note which minimum versio of compat provider has it). * bumping minor version of the compat provider * add a dependency in google provider to `common.compat>=NEW_VERSION` * any other provider that will want to use it, will have to do the same We could also add this decorator to "airflow" utils with the note that it will be usable when min airflow in providers will be `>= 3.0` (but then it should be added in `airlfow-sdk` (cc: @ashb) - so we should not do it now, but possibly leave a TODO to add it there. -- 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]
