Forum Discussion
Fabric Data Engineering Cosmos Mongo DB source
- 2 years ago
I've just done this however, I had to put it under Synapse as FAbric is not an option.
Hi .
Its already in the above post.
New DataFlow Gen2
Blank Query
Start with this...
let
Source = DocumentDB.Contents("https://<cosmosMongoAccountName>.documents.azure.com:443/", "<cosmosMongo DB Name>", "<collection name>"),
#"Expanded Document" = Table.ExpandRecordColumn(Source, "Document",<list out the fileds here>
Thanks NickA01 . Yesterday, I was playing around with this a bit and it turns out you can use the MongoDB default connector as well in Fabric, in place of the Azure CosmosDB for MongoDB connector that I have been using in Synapse and Data Factory, like you have
- Marusyk2 years ago
Advocate II
could you please suggest how you did this? Did you use https://<cosmosMongoAccountName>.documents.azure.com:443/ or https://<cosmosMongoAccountName>.mongo.cosmos.azure.com:443/ as a server name?