potiuk commented on code in PR #61288:
URL: https://github.com/apache/airflow/pull/61288#discussion_r2758734924
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -515,6 +515,14 @@ core:
type: boolean
example: ~
default: "False"
+ bin:
Review Comment:
I think we can avoid it and load it to `bin` of AIRFLOW_HOME - this is the
folder where all other files are dynamically created (such sqlite db) so it has
to be writeable - I see no reason why we could not use `${AIRFLOW_HOME}/bin`
--
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]