mik-laj commented on pull request #16842:
URL: https://github.com/apache/airflow/pull/16842#issuecomment-875208525


   > Web UI is now powered by Serialized Dags that table would be the source of 
truth.
   
   Only some views use SerializedDAG because reading the data from this table 
is expensive. Apart from the cross-DAG dependency view, we never use the list 
operation on this table.
   
   Most views still use the DagModel table including `/home/` view:
   
https://github.com/apache/airflow/blob/2b7c59619b7dd6fd5031745ade7756466456f803/airflow/www/views.py#L593-L599
   
   


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