potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2160042006
##########
airflow-core/src/airflow/models/dag.py:
##########
@@ -1572,6 +1572,7 @@ def create_dagrun(
# This is also done on the DagRun model class, but SQLAlchemy column
# validator does not work well for some reason.
if not re.match(RUN_ID_REGEX, run_id):
+ # TODO(potiuk): check if it is ok to use regexp from configuration
(likely yes)
Review Comment:
Security. And we can remove it - that was a remnant after removing
google-re2 (which still does not have Py 3.13 wheels so that was a good choice).
--
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]