pierrejeambrun commented on issue #47163:
URL: https://github.com/apache/airflow/issues/47163#issuecomment-2690293855

   This was purposely modified in https://github.com/apache/airflow/pull/44801.
   
   I think that the UI should never display the id. But the id is useful as a 
technical identifier to communicate between the UI and the API. (or a client 
and the API). I agree that the `uri` is a more natural identifier but 
unfortunately as mentioned in the linked PR it creates issues.
   
   When we fetch AssetEvents or Assets, both `id` and `uri` are specified. 
There shouldn't be any friction getting the associated `id` for the `uri` of 
interest when making the request.
   
   Do you have a use case in mind that is causing trouble working with `id` 
instead of `uri` ?
   


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