eladkal edited a comment on pull request #22123: URL: https://github.com/apache/airflow/pull/22123#issuecomment-1073341799
Played with it a bit in local env this is **really really good!** Have a few suggestions/bugs **all are minor**: 1. [Suggestion] Can we have the ability to easily copy to clipboard?  To give example of what i had in mind:  2. [Tweak] Need to fix the name to Grid also in:  3. [Bug] When changing Timezone there is a weird "jump" of values :  Also the timezone changes only in start date but not in Timezone (last row in the table) - why? Is this the timezone the DAG is defined with in the code? If so maybe better to call it DAG defined timezone or something like that? 4. [Bug] When opening the panel a fresh task (state None) when the panel isn't refreshed while the task progresses. So when the task finishes the started/ended values are empty (you must refresh the screen manually to solve this) The values in the panel should be refreshed when with the auto-refresh property. (Edit: noticed also the status left as no-status though that is Success and probably duration is also not updated.. so I guess the whole panel isn't being updated with the auto refresh functionality)  5. [Suggestion] I got a bit lost when clicked on Filter upstream. It was impossible to return where I was before I had to enter the Grid view and repeat my steps. Is there a way to make a better experience with it? 6. [Suggestion] There are two "More details" one that leads to DAG details and one that leads to Task Details. Can we simply rename it to be "DAG details"/"Task Details"? The same goes for "Show Details Panel" It shows different panel for Task/DAG but the button has the same name. 7. [Bug] I'm not really sure how I managed to do that but I get a tooltip of Show when the button says hide and vise versia. The tool tip is redundant any anyway isn't it?  -- 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]
