Lee-W opened a new issue, #44412:
URL: https://github.com/apache/airflow/issues/44412

   ### Description
   
   We used to have `/api/v1/datasets/{uri}` in airflow 2.x and changed into 
`/api/v1/assets/{uri}` for airflow 3.0, but this could raise the issue as 
assets now have a new attribute `name.`
   
   After discussion with @uranusjr , it should be changed into 
`/api/v1/assets/{name}` instead. As `Asset("s3://...")` generates an asset with 
name and URI set to `s3://...`, it should still make sense.
   
   But there would be two more things to consider.
   
   1. Whether we want to filter assets by URI 
   2. Whehter we want to list the assets that are not active
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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