How can I synchronize more often the schema of the data without being an admin?

Hi, when I create new tables it takes more than 1 day to be able to use filters on it because the sync is not done often. Can I change this without being an admin ? Thanks for your help

Hi @christelle
If you’re often changing the content, then you can use the API to start a scan every time the content is updated (or hourly for example), but all of that is technical and would require admin rights.
For reference:
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md
https://www.metabase.com/docs/latest/administration-guide/01-managing-databases.html#database-sync-and-analysis

1 Like