justinpark commented on PR #32830:
URL: https://github.com/apache/superset/pull/32830#issuecomment-2767553731

   To add to Max's opinion, there is already a UI related to refreshing the 
table schema. 
   ![Screenshot 2025-03-31 at 3 03 08 
PM](https://github.com/user-attachments/assets/44a8a461-cdb9-4929-90d4-1ef39630f28f)
   
   However, this UI clears the cache on the frontend and re-calls the existing 
`/api/.../table_metadata` and `/api/.../table_metadata/extra`. Since this will 
fetch the cached metadata in the server cache mechanism, it will be necessary 
to implement logic that refreshes the cached data on the server by adding 
parameters similar to the force refresh (force=true) that applies to the 
existing schema and table list.
   


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