jscheffl commented on code in PR #39723:
URL: https://github.com/apache/airflow/pull/39723#discussion_r1610430236
##########
hatch_build.py:
##########
@@ -846,6 +846,17 @@ def initialize(self, version: str, build_data: dict[str,
Any]) -> None:
# field in core.metadata until this is possible
self.metadata.core._optional_dependencies = self.optional_dependencies
+ # Add entrypoints dynamically for all provider packages, else they
will not be found by
Review Comment:
Thanks to the links to specs. Needed to read multiple times to understand
it. Makes sense... hope with "entry-points" it is the right key, was not sure
if it would need to be named "project.entry-points" or
"entry-points.'airflow.plugins'" or so. WDYT?
--
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]