potiuk commented on code in PR #37362: URL: https://github.com/apache/airflow/pull/37362#discussion_r1486434174
########## airflow/providers/fab/provider.yaml: ########## @@ -26,7 +26,7 @@ description: | # The provider is not yet ready to be released, we will skip it by default when preparing new release waves # For providers until we think it should be released. -state: not-ready Review Comment: Because in CI we are relasing and testing `.dev0` packages, and `>=2.9.0` is a different namespace thant 2.9.0.dev0, so the `pypi` packages would have to have `>=2.9.0.dev0`. Also we need to release the final `fab` package anyway before we release 2.9.0, so things get a little complicated when it comes to number of edge-cases to handle. -- 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]
