Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:56 AM
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.