You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/21 14:51:56 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #15945: Extract database options to new section

mik-laj commented on a change in pull request #15945:
URL: https://github.com/apache/airflow/pull/15945#discussion_r636983257



##########
File path: airflow/config_templates/config.yml
##########
@@ -436,6 +322,124 @@
       example: ~
       default: ""
 
+- name: database
+  description: ~
+  options:
+    - name: sql_alchemy_conn
+      description: |
+        The SqlAlchemy connection string to the metadata database.
+        SqlAlchemy supports many different database engines.
+        More information here:
+        http://airflow.apache.org/docs/apache-airflow/stable/howto/set-up-database.html#database-uri
+      version_added: ~

Review comment:
       ```suggestion
         version_added: 2.2
   ```
   In other options, we should set the same value.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org