dankor opened a new issue, #29572: URL: https://github.com/apache/superset/issues/29572
### Bug description Long story short: I'd like to be able to read/modify uuid via API. Right know we have uuid in databases only. Plus, exporter/importer API. It makes sense to have this functionality in the general API. My use case is to have persistent identifier for each resource as id may change if you, say, recreate the resource, but you can always find it via uuid. ### How to reproduce the bug Expected: requests below should return uuid field. - GET http://localhost:8088/api/v1/database/?q={"columns": ["uuid"]} - GET http://localhost:8088/api/v1/dataset/?q={"columns": ["uuid"]} - GET http://localhost:8088/api/v1/chart/?q={"columns": ["uuid"]} - GET http://localhost:8088/api/v1/dashboard/?q={"columns": ["uuid"]} Actual result: Only database works. The same for PUT/POST requests. ### Screenshots/recordings _No response_ ### Superset version 4.0.1 ### Python version 3.11 ### Node version 16 ### Browser Firefox ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
