dstandish commented on code in PR #42689:
URL: https://github.com/apache/airflow/pull/42689#discussion_r1829921421


##########
airflow/config_templates/config.yml:
##########
@@ -28,6 +28,14 @@ core:
       type: string
       example: ~
       default: "{AIRFLOW_HOME}/dags"
+    dag_bundle_storage_path:
+      description: |
+        The folder where Airflow will store DAG bundles locally.
+        By default, this will be ``tempfile.gettempdir()/airflow``. This path 
must be absolute.

Review Comment:
   i think this needs to be updated. logic looks different.



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