I want to create a Big Data Analytics that references a shapefile.
- I have a shapefile of points in WGS84 - 4326

- This is stored in Azure Blob
- Velocity can derive schema ok and auto-detects it as a shapefile

However, there is no SHAPE column to pick from when defining the Location type

Expected behaviour would for it to have picked up on the SHAPE field and default into the Location Type field for me.
How do I resolve this?