You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/06/30 14:27:57 UTC

[airflow] 08/11: Update production-deployment.rst (#24121)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 7b747932723e5518ad63b9cceec532f0c0c344af
Author: DataFusion4All <10...@users.noreply.github.com>
AuthorDate: Thu Jun 2 17:35:37 2022 -0400

    Update production-deployment.rst (#24121)
    
    The sql_alchemy_conn option is in the database section, not the core section.  Simple typo fix.
    
    (cherry picked from commit f294a266de671514c5eaad183fe34028a97ccf1e)
---
 docs/apache-airflow/production-deployment.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/production-deployment.rst b/docs/apache-airflow/production-deployment.rst
index c67da9a50c..64c8948db3 100644
--- a/docs/apache-airflow/production-deployment.rst
+++ b/docs/apache-airflow/production-deployment.rst
@@ -34,7 +34,7 @@ You can change the backend using the following config
 
 .. code-block:: ini
 
-    [core]
+    [database]
     sql_alchemy_conn = my_conn_string
 
 Once you have changed the backend, airflow needs to create all the tables required for operation.