github-actions[bot] opened a new pull request, #61599:
URL: https://github.com/apache/airflow/pull/61599
Add fallback mechanism for provider minimum version detection when
metadata is unavailable. The hook now attempts to read local provider
pyproject.toml files as a fallback before giving up.
Changes:
- Add get_local_provider_version() to read from local pyproject.toml
- Extract fallback logic into _fallback_provider_version() helper
- Add extra_information parameter to insert_documentation() for clearer
update messages showing what was synchronized
This ensures the hook works correctly even for providers without
published metadata, improving reliability during development.
(cherry picked from commit e7ecdbda7cf5b4faced200568e23be3bf13cffd5)
Co-authored-by: Jarek Potiuk <[email protected]>
--
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]