This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit fad509d822aa992149374f91f79c53befee2f2cf Author: GPK <[email protected]> AuthorDate: Fri Apr 18 11:41:52 2025 +0100 Fix doc alignment in group-extras section (#49425) (cherry picked from commit e4eadac8726fd5e27dce275f373278d508a8c1d1) --- 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 |
