Summary/Reported Issue
- User encountered an error message when attempting to save a query using iceberg PDS input.
Validation of view sql failed. Version context for table "your"."table"."name" must be specified using AT SQL syntax
- The query runs without issues but cannot be saved as a view.
Relevant Versions
Dremio 24.3.x
Troubleshooting Steps
- Make sure the issue is happening in a catalog
Steps to Resolve
- Specifying "AT BRANCH `main`" in the query resolved the issue.