shahar1 commented on code in PR #42436:
URL: https://github.com/apache/airflow/pull/42436#discussion_r1778228577


##########
docs/apache-airflow/core-concepts/dags.rst:
##########
@@ -712,19 +712,10 @@ configuration parameter (*added in Airflow 2.3*): 
``regexp`` and ``glob``.
 
 .. note::
 
-    The default ``DAG_IGNORE_FILE_SYNTAX`` is ``regexp`` to ensure backwards 
compatibility.
+    The default ``DAG_IGNORE_FILE_SYNTAX`` is ``glob`` in Airflow 3 or later.
+    The default was ``regexp`` in previous Airflow versions.

Review Comment:
   ```suggestion
       The default ``DAG_IGNORE_FILE_SYNTAX`` is ``glob`` in Airflow 3 or later 
(in previous versions it was ``regexp``).
   ```



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