Advika
Community Manager
Community Manager

Hello @DavidSzedlak!

This could be due to a schema mismatch, which occurs when the data files evolve but the table's metadata isn’t updated. Try running: MSCK REPAIR TABLE <table-name> SYNC METADATA
This should refresh the schema and make the missing columns visible.