I'm working on a project where I need to connect to a Cosmos DB using a Linked Server connection in SSMS. As I make the connection, I need to use the ODBC Schema Editor to map the data. Within the Schema Editor I can see the first two levels of data (Site > Vehicle), but I can't get to the third level of nested data within Vehicle. Instead, I see 'Vehicle[]' and I know there's another level of nested data called 'Driver[]' within that.
I'm using Collection Mapping to sample the data in Schema Editor. I'm not sure if Table Delimiters would provide a better option. How should I go about navigating this issue?