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