Can we get a "refresh schema for all tables" button? Reason: Our tables are usually "Select * From AnalyticsSchema.ViewName". We control which fields to return by editing the view, not the Sisense ...
Refresh schema for all tables
Lonaav2122
04-20-2025Data Storage
Hi folks,
I’m trying to refresh the schema for all tables in my app’s database, but I’m unsure of the most efficient way to do it without causing data inconsistencies.
Is there a way to automate this safely for all tables without breaking the existing structure?
While working on the database, I’ve also been testing feature-rich apps like spotify premium apk, which rely heavily on seamless content syncing — something I’m aiming for too!
- poppyplaytime10-07-2025Data Storage
Hi! Unfortunately, there isn’t a built-in option in Sisense to refresh all table schemas at once. The safest and most efficient way is to use the Sisense REST API to automate schema refreshes for all tables programmatically. This avoids manual work while keeping your data model consistent.
If you’re concerned about structure or dependencies, test the script on a staging model first to ensure no fields or relationships break. It’s a smart approach—similar to how apps like this website seamless syncing through controlled updates.
- Tim10-07-2025Data Integration
There is now a button to refresh all schemas in a data model: Open the data model, click on the three dots at the top right, click Refresh Tables Schemas.