tshirtman commented on code in PR #35663:
URL: https://github.com/apache/airflow/pull/35663#discussion_r1394507496


##########
docs/apache-airflow/core-concepts/dags.rst:
##########
@@ -802,6 +802,10 @@ match any of the patterns would be ignored (under the 
hood, ``Pattern.search()``
 to match the pattern). Use the ``#`` character to indicate a comment; all 
characters
 on a line following a ``#`` will be ignored.
 
+As with most regexp matching in Airflow, the regexp engine is `re2`, which 
explicitly
+doesn’t support many advanced features, please check its

Review Comment:
   ```suggestion
   doesn't support many advanced features, please check its
   ```



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