diffix/dashboards

Fix (or prevent, if hard) Metabase automatically analyzing personal tables

Closed this issue · 2 comments

It always fails and makes it harder to find any other error in the logs. Worse yet, it clogs the logs and causes unneeded rotation, so useful logs might get lost.

The idea to fix is to use the results from the non-personal access to the tables

Disabling auto analysis for anon data source is the best solution. We query the regular data source when we need metadata.
If we want to fix X-ray in the future, we do the HTTP response proxying trick.