Skip to content

Commit

Permalink
Update production-deployment.rst (#24121)
Browse files Browse the repository at this point in the history
The sql_alchemy_conn option is in the database section, not the core section.  Simple typo fix.

(cherry picked from commit f294a26)
  • Loading branch information
DataFusion4All authored and ephraimbuddy committed Jun 30, 2022
1 parent 96a2bca commit 7b74793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/production-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b74793

Please sign in to comment.