We don't check the length of the column list before attempting an exploration. This results in the below exception because an implicit assumption is that there is at least one column.
Solution: validate the list length at the api boundary.
System.InvalidOperationException: Sequence contains no elements
File "/workspaces/explorer/src/explorer/Exploration.cs", line 138, in MoveNext
File "/workspaces/explorer/src/explorer/Exploration.cs", line 186, in RunStage
File "/workspaces/explorer/src/explorer/Exploration.cs", line 119, in MoveNext
File "/workspaces/explorer/src/explorer.api/Controllers/ExploreController.cs", line 93, in Result
...
(13 additional frame(s) were not displayed)
Exception occurred in exploration task.
We don't check the length of the column list before attempting an exploration. This results in the below exception because an implicit assumption is that there is at least one column.
Solution: validate the list length at the api boundary.
Sentry Issue: EXPLORER-QW