potiuk commented on code in PR #30994: URL: https://github.com/apache/airflow/pull/30994#discussion_r1181793000
########## docs/apache-airflow-providers-openlineage/index.rst: ########## @@ -93,10 +93,16 @@ for the minimum Airflow version supported) via Requirements ------------ -================== ================== -PIP package Version required -================== ================== -``apache-airflow`` ``>=2.6.0`` -================== ================== +The minimum Apache Airflow version supported by this provider package is ``2.6.0``. Review Comment: cc: @eladkal example documentation generated for non-preinstalled package. Also shows that packages (like openlineage) can have different min-airflow-version set (exceptions are dict in prepare_providers_packages.py). Open-lineage has 2.6.0 as min airflow version and all nicely works here. -- 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]
