Brunda10 commented on issue #53972: URL: https://github.com/apache/airflow/issues/53972#issuecomment-3159742446
Hi @potiuk amd @amoghrajesh , In development (using Breeze), we can access the value if we export AIRFLOW__CORE__TEMPLATE_SEARCHPATH="<path>" inside the Breeze terminal. That works fine. Also, we could set a default path when Breeze starts — maybe by adding a CLI option like breeze start-airflow --template-path "<path>" to make it easier instead of exporting every time. For **Production**, I tried passing the variable as an environment variable in the docker run command, and it worked — Airflow was able to read the template path inside the dag from the config. But I’m not sure if we’re supposed to set a default path somewhere in deployment, or if it always has to be passed manually. Would be great to know what the recommended way is for setting it up . -- 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]
