jedcunningham commented on code in PR #24454:
URL: https://github.com/apache/airflow/pull/24454#discussion_r897349353


##########
docs/apache-airflow/installation/installing-from-pypi.rst:
##########
@@ -127,33 +127,27 @@ being installed.
     
CONSTRAINT_URL="https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt";
     pip install "apache-airflow[postgres,google]==${AIRFLOW_VERSION}" 
--constraint "${CONSTRAINT_URL}"
 
-Installation and upgrading of Airflow providers separately
-==========================================================
+Installing/upgrading/downgrading providers separately from Airflow core
+=======================================================================
 
-You can manually install all the providers you need. You can continue using 
the "providers" constraint files
-but the 'versioned' airflow constraints installs only the versions of 
providers that were available in PyPI at
-the time of preparing of the airflow version. However, usually you can use 
"main" version of the providers
-to install latest version of providers. Usually the providers work with most 
versions of Airflow, if there
-will be any incompatibilities, it will be captured as package dependencies.
+In order to add new features, implement bug-fixes or simply maintain backwards 
compatibility, you might need
+to install, upgrade or downgrade any of the providers you need. We release 
providers independently from the
+core of Airflow, so often new versions of providers are released before 
Airflow is, also if you do not want
+yet to upgrade Airflow to the latest version, you might want to install newly 
released providers separately.

Review Comment:
   ```suggestion
   to install, upgrade or downgrade any of the providers you need. We release 
providers independently from
   core Airflow, so often new versions of providers are released before Airflow 
is. You also may might want to
   install newly released providers separately without also upgrading your core 
Airflow version.
   ```



-- 
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]

Reply via email to