Redshift schema sync not working for a specific table

Fivetran created a new table via Google Sheets, in the google_sheets schema. In our Production Redshift cluster, Metabase synced the schema and the table is viewable. In our secondary cluster, the same table won't sync, even though I can access it in Metabase via Native query. I've tried over a couple of days, and still no luck. I am on version 0.41.5. Help?

Hi @n1ch0las
Check the logs (Admin > Troubleshooting > Logs) during manual sync (Admin > Databases > your-db).

Or start Metabase with more debug logging - JAR example, expecting MB_DB_* variables are already used otherwise include those as well:

java -Dlog4j.configurationFile="https://log4j.us/v2/templates/metabase?trace=metabase.sync" -jar metabase.jar