Skip to content

Commit 6af325c

Browse files
DOCSP-14019 fix for typo/error in path syntax example (#116)
* DOCSP-14019 fix for typo/error in path syntax example * DOCSP-14019 updates for review feedback
1 parent 796fdd1 commit 6af325c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/reference/examples/path-syntax-examples.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,9 +695,9 @@ following files:
695695
.. code-block:: text
696696
:copyable: false
697697

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
701701
...
702702

703703
The following :ref:`datalake-databases-reference` object
@@ -715,7 +715,7 @@ generates a dynamic collection name from the file path:
715715
"dataSources" : [
716716
{
717717
"storeName" : "accountingArchive",
718-
"path" : "/orders/MONGODB-{collectionName()}/{invoiceMonth string}.json/"
718+
"path" : "/orders/MONGODB/{collectionName()}/{invoiceMonth string}.json/"
719719
}
720720
]
721721
}

0 commit comments

Comments
 (0)