You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/06/02 21:35:52 UTC

[airflow] branch main updated: Update production-deployment.rst (#24121)

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 f294a266de Update production-deployment.rst (#24121)
f294a266de is described below

commit f294a266de671514c5eaad183fe34028a97ccf1e
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.
---
 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.