bbovenzi commented on code in PR #69702: URL: https://github.com/apache/airflow/pull/69702#discussion_r3588852652
########## airflow-core/src/airflow/ui/src/pages/DagRuns/DagRuns.tsx: ########## Review Comment: Let's remove the changes to deciding when to show and not show columns from this PR. I think we need a more robust approach instead of this manual ref+key manipulation that will cause the dag runs table to re-mount. Also, we probably want to reuse this functionality if we get it to work right. Like hiding `map_index` for non-mapped tasks. -- 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]
