This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e4eadac8726 Fix doc alignment in group-extras section (#49425)
e4eadac8726 is described below
commit e4eadac8726fd5e27dce275f373278d508a8c1d1
Author: GPK <[email protected]>
AuthorDate: Fri Apr 18 11:41:52 2025 +0100
Fix doc alignment in group-extras section (#49425)
---
airflow-core/docs/extra-packages-ref.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/airflow-core/docs/extra-packages-ref.rst
b/airflow-core/docs/extra-packages-ref.rst
index 46166ee46aa..5ff1fd6d0d8 100644
--- a/airflow-core/docs/extra-packages-ref.rst
+++ b/airflow-core/docs/extra-packages-ref.rst
@@ -402,9 +402,9 @@ Group extras
The group extras are convenience extras. Such extra installs many optional
dependencies together.
It is not recommended to use it in production, but it is useful for CI,
development and testing purposes.
-+---------+--------------------------------------------+---------------------------------------------------+
-| extra | install command | enables
|
-+=========+============================================+===================================================+
++-----------+------------------------------------------+---------------------------------------------------+
+| extra | install command | enables
|
++===========+==========================================+===================================================+
| all | ``pip install apache-airflow[all]`` | All optional
dependencies including all providers |
+-----------+------------------------------------------+---------------------------------------------------+
| all-core | ``pip install apache-airflow[all-core]`` | All optional core
dependencies |