Hi @John
Try forcing a sync via Admin > Databases > (postgres) > “Sync database schema now”, and then check the log - you should see Metabase doing it’s thing, check for any errors from when you started the sync.
Which version of Postgres? Do you see any errors in your Postgres log, while Metabase is syncing?
I’m afraid that you might be seeing this issue: https://github.com/metabase/metabase/issues/6133
@John
The /api/automagic-dashboards/... are the X-rays. And the couple of lines before indicate someone logging in, so it’s probably the buttons on the home page.
But since your database hasn’t synced (or synced correctly), then that’s probably the reason for the error.
@John
Windows uses ODBC, Java uses JDBC (which is what Metabase uses).
I’m guessing the sync doesn’t work correctly, since you posted the error earlier: Table 'ettimestamp' has no Fields associated with it.
I still think you’re having the same issue as the issue I linked to earlier. And since it doesn’t seem to have a resolution or any way to reproduce the problem, then I’m not sure what to do from here.
@John As you can read in the issue, other people can make queries directly, but it’s the sync that fails for some reason, which means you cannot use most of Metabase interface, since it read the structure from the synced data.