potiuk commented on code in PR #25196:
URL: https://github.com/apache/airflow/pull/25196#discussion_r926942400


##########
airflow/models/dag.py:
##########
@@ -347,6 +347,9 @@ def __init__(
     ):
         from airflow.utils.task_group import TaskGroup
 
+        if tags and any(len(tag) > 100 for tag in tags):

Review Comment:
   I just wonder - why 100 ? Do we know why the 100 causes the DAGs to 
disappear (in the original issue? ) I think having such a magic constant here 
is not good - it needs to come from somewhere ?



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