yuqian90 commented on pull request #10153:
URL: https://github.com/apache/airflow/pull/10153#issuecomment-674536558
@houqp thanks for your review. Here are the changes since your last review.
@kaxil I made some changes to `serialized_objects.py` to handle
serialization/deserialization of `dag.task_group`. Could you take a look?
- Added serialization of `TaskGroup`. `dag.task_group` is serialized as a
`dict`.
- Improved UI interaction:
- The graph is moved to focus around the most recently expanded/collapsed
node.
- If text is typed into the searchbox, the TaskGroup nodes with matching
children tasks are also highlighted
- TaskGroup now has a tooltip showing a summary count of its children
TaskInstance states.
- Added typing hints to task_group.py.
- Added tests.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]