Guan Ming(Wesley) Chiu
Guan Ming(Wesley) Chiu
> For mapped task instance the confirmation table is not correct, cf screenshot, actually 4 TIs are selected (3 mapped TI and 1 non mapped TI), and the modal only...
Thanks for the suggestion, I've implemented the backend part of this PR in https://github.com/apache/airflow/pull/51850.
> Backend PR has been merged, I think we can proceed forward with this when we have time. I think frontend part is done. but I encounter some issues when...
This is actual deletion - we issue DELETE on the TI row. The `TaskInstanceHistory` table has CASCADE delete, so all history records are permanently lost when the TI is deleted....
> -1. We should never delete TIs and TIH. This shouldn't even be a feature in the API! It seems like the singular TI deletion is already in our UI...
> @guan404ming any progress on this one ? I think a UI warning could suffice as mentioned by Brent, and unblock this. Sure! I'm also agree with this solution. I've...
Hi @ngoldbaum~ I had opened a PR based on ur solution. Could you please help me to review it? Thank you~
Hi @mshr-h, it seems like this PR has been inactive for a while. Could I help with this? Thanks!
I'm also confused about this link so I created those PRs to make docs more clear. Please help me check them thanks~~
Known issue: the row alignment between grid view and gantt view would break when the `HeaderCard` height change. I would like to know that should we fix the height of...