From f294a266de671514c5eaad183fe34028a97ccf1e Mon Sep 17 00:00:00 2001 From: DataFusion4All <101581331+DataFusion4All@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:35:37 -0400 Subject: [PATCH] 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 c67da9a50c4b6..64c8948db32bc 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.