pierrejeambrun commented on code in PR #67639:
URL: https://github.com/apache/airflow/pull/67639#discussion_r3325438752


##########
airflow-core/src/airflow/ui/src/components/Clear/TaskInstance/ClearTaskInstanceDialog.tsx:
##########
@@ -264,21 +256,13 @@ const ClearTaskInstanceDialog = (props: Props) => {
                 include_future: future,
                 include_past: past,
                 include_upstream: upstream,
+                note: noteChanged ? note : undefined,

Review Comment:
   That's a good point. I believe this behavior is intended. (All TI displayed 
should have the not set, it's easier to comprehend the downstream deps were 
cleared cause the note says so, and you don't have to look in the parent tasks 
to check for a clearing note)



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