Open
Description
The UI should avoid rendering raw IDs whenever possible now that dags, runs, instances and assets all have more user-readable names. It would be great to update the API to reflect this in each response, returning both the id and the "name".
Here are the aliases we should do:
dag_id
withdag_display_name
run_id
withrun_after
task_id
withtask_display_name
asset.id
withasset.name