passionworkeer commented on issue #53382:
URL: https://github.com/apache/airflow/issues/53382#issuecomment-4041156055

   A low-risk implementation is to treat  un_conf like an optional derived 
column rather than expanding the full object inline. In the dag run list, 
render a compact preview (for example truncated JSON or a key count badge + 
tooltip/modal) and lazy-load the full payload only when the row is expanded. 
That avoids making the table noisy and reduces the chance of large configs 
hurting list performance. I’d also normalize empty cases (
   ull, {}) into a single display state and add one API/UI test to verify 
sorting/filtering still behaves the same when the column is present.


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