Vitor-Avila commented on code in PR #29573:
URL: https://github.com/apache/superset/pull/29573#discussion_r2025583491


##########
superset/charts/api.py:
##########
@@ -186,6 +160,7 @@ def ensure_thumbnails_enabled(self) -> Optional[Response]:
         "edit_url",
         "form_data",
         "id",
+        "uuid",

Review Comment:
   Heads up that the `uuid` field was already added to `list_columns` in 
https://github.com/apache/superset/pull/32414, so this would be redundant now. 
Not sure if this would cause it to return twice in the response, but worth 
double checking.
   
   This is applicable to the other asset types too (not only to chart).



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

Reply via email to