Added ned DB and can't get results from questions

Hello,

I added a DB and when I run a question I'm getting the error:

There was a problem with your question

Most of the time this is caused by an invalid selection or bad input value. Double check your inputs and retry your query.

Hide error details

Here's the full error message

No fields found for table "customer_usage".

From the logs I can see:
25T13:14:41+03:00 WARN metabase.sync.util Error checking if Fields ("function_label" "account_id" "cluster_raw" "dt" "total_usage" "region" "cluster" "cost") need to be created or reactivated
org.postgresql.util.PSQLException: ERROR: integer out of range

I checked the Data model and I can see any columns.

This happens for any DB that I'm adding.

Please help.

Hi @shigah
Post "Diagnostic Info" from Admin > Troubleshooting.
And include the entire stacktrace from Admin > Troubleshooting > Logs.

Added logs

@shigah The error is coming from Metabase's application database (Postgres in your case). I'm not sure what exactly it is failing on. Try looking in your Postgres database query log to get more information about the exact query it is failing with.