jason810496 commented on issue #62564:
URL: https://github.com/apache/airflow/issues/62564#issuecomment-4037454060

   > Asset partitioned dagruns tab should be displayed on UI for consumer dags.
   
   Hi @atul-astronomer,
   Do you mean the DagRun tab should show the ‎`partition_key` in the table by 
default when using an Asset partitioned Dag?
   
   <img width="1593" height="529" alt="Image" 
src="https://github.com/user-attachments/assets/ec995044-f51e-4e7c-befc-7855dd9318a4";
 />
   
   I’m able to change the table logic so that if there’s any DagRun that has a 
‎`partition_key`, the ‎`partition_key` accessorKey is selected for the table. 
Before the fix, the ‎`partition_key` accessorKey was actually set to false. 
However, I’m not sure whether it was intentionally set to false by default 
(e.g. to avoid showing too many advanced options on the DagRun tab).
   
   <img width="428" height="444" alt="Image" 
src="https://github.com/user-attachments/assets/fa79d1d3-18e0-42d1-b924-2c5bb4c293a7";
 />
   
   
https://github.com/apache/airflow/blob/4aee80915cae96928fa5f30dd8e17c5e34532595/airflow-core/src/airflow/ui/src/pages/DagRuns.tsx#L197-L204


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