Taragolis commented on code in PR #39159:
URL: https://github.com/apache/airflow/pull/39159#discussion_r1574837102


##########
airflow/config_templates/config.yml:
##########
@@ -500,6 +500,13 @@ core:
       type: integer
       example: ~
       default: "4096"
+    disalble_scan_stale_dags:
+      description: |
+        Stale dags are deleted by default, [core] disalble_scan_stale_dags is 
True if you want to keep them.
+      version_added: 2.9.0

Review Comment:
   We add new features into the minor versions



##########
airflow/config_templates/config.yml:
##########
@@ -500,6 +500,13 @@ core:
       type: integer
       example: ~
       default: "4096"
+    disalble_scan_stale_dags:
+      description: |
+        Stale dags are deleted by default, [core] disalble_scan_stale_dags is 
True if you want to keep them.
+      version_added: 2.9.0

Review Comment:
   ```suggestion
         version_added: 2.10.0
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

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

Reply via email to