amoghrajesh commented on code in PR #31415:
URL: https://github.com/apache/airflow/pull/31415#discussion_r1200111208


##########
airflow/config_templates/config.yml:
##########
@@ -452,6 +452,14 @@ core:
 database:
   description: ~
   options:
+    alembic_ini_file_path:
+      description: |
+        Optional path to a custom alembic.ini file. If provided, these 
configurations
+        will be prioritised over the default alembic.ini file.
+      version_added: 2.7.0
+      type: string
+      example: ~
+      default: ~

Review Comment:
   How can we get the default value for alembic.ini for airflow to add it in 
the config.yml directory? @uranusjr 
   
   Tried using `AIRFLOW_HOME` but looks like that is not the case as we use 
`airflow.__file__` for the same in the python code



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to