TylerLubeck commented on PR #63836: URL: https://github.com/apache/airflow/pull/63836#issuecomment-4083912215
I found it - it's auto generated by breeze. Breeze parses all of the imports in all of the python files in the provider, then generates a list of ones coming from other providers. It then uses that list to generate a `pyproject.toml` and an `index.rst` (among some others) - For `pyproject.toml`, it will generate an `extra` entry for each provider not found in the explicit requirements - For `index.rst`, it does *not* check the explicit requirements before generating the text I attempted to remove here. tl;dr this looks to be a bug in breeze and I opened #63891. Dunno how y'all want to proceed from here - I can chase this over to Breeze and fix the bug there and then follow up with question about regenerating docs? -- 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]
