With Azure Data Factory I have a CosmosDb Dataset and picked a Collection from the dropdown list.
My Pipeline contains an Activity Copy Data and picked the Source Dataset mentioned above. Option 'Use Query' is set to Query so I have a textbox available.
When I enter a simple query like select c.Name from c I don't get any data and I don't understand why. How can I get the Name property from the dataset so it can be mapped?
