shahar1 commented on code in PR #60809: URL: https://github.com/apache/airflow/pull/60809#discussion_r2707083837
########## dev/README_RELEASE_PROVIDERS.md: ########## @@ -1015,8 +1015,10 @@ pip install apache-airflow-providers-<provider>==<VERSION>rc<X> ### Installing with Breeze +You can use any Airflow 3.X.Y version, like 3.2.0, to install specific version for testing, using breeze. + ```shell -breeze start-airflow --use-airflow-version 3.1.3 --python 3.10 --backend postgres \ +breeze start-airflow --use-airflow-version 3.X.Y --python 3.10 --backend postgres \ Review Comment: 1. If you give a code example that requires replacing strings manually - I think that it should be commented explicitly it should be done - otherwise you "downgraded" a runnable example code to unrunnable one (which is generally not in favor of newcomers). 2. Personally I favor runnable examples - so I'd leave the example as-is and just add the "general" comment above it. I'll be happy for others' oppinions 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]
