dstandish commented on code in PR #30270:
URL: https://github.com/apache/airflow/pull/30270#discussion_r1147696002


##########
airflow/serialization/serialized_objects.py:
##########
@@ -1318,6 +1318,8 @@ def serialize_task_group(cls, task_group: TaskGroup) -> 
dict[str, Any] | None:
         # when converting set to list, the order is uncertain.
         # When calling json.dumps(self.data, sort_keys=True) to generate 
dag_hash, misjudgment will occur
         encoded = {
+            "is_setup": task_group.is_setup,
+            "is_teardown": task_group.is_teardown,

Review Comment:
   yeah can be removed



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