File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/reference/examples Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -695,9 +695,9 @@ following files:
695
695
.. code-block:: text
696
696
:copyable: false
697
697
698
- /orders/MONGODB- invoices-jan .json
699
- /orders/MONGODB- purchaseOrders-jan .json
700
- /orders/MONGODB- invoices-feb .json
698
+ /orders/MONGODB/ invoices/January .json
699
+ /orders/MONGODB/ purchaseOrders/January .json
700
+ /orders/MONGODB/ invoices/February .json
701
701
...
702
702
703
703
The following :ref:`datalake-databases-reference` object
@@ -715,7 +715,7 @@ generates a dynamic collection name from the file path:
715
715
"dataSources" : [
716
716
{
717
717
"storeName" : "accountingArchive",
718
- "path" : "/orders/MONGODB- {collectionName()}/{invoiceMonth string}.json/"
718
+ "path" : "/orders/MONGODB/ {collectionName()}/{invoiceMonth string}.json/"
719
719
}
720
720
]
721
721
}
You can’t perform that action at this time.
0 commit comments