We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f712e50 commit 62ceb80Copy full SHA for 62ceb80
source/reference/examples/path-syntax-examples.txt
@@ -246,7 +246,7 @@ The following :ref:`datalake-databases-reference` object generates a field
246
"dataSources" : [
247
{
248
"storeName" : "accountingArchive",
249
- "path" : "/invoices/{invoiceDate epoch_secs}"
+ "path" : "/invoices/{invoiceDate epoch_millis}"
250
}
251
]
252
@@ -293,7 +293,7 @@ generates:
293
294
295
296
- "path" : "/invoices/{invoiceNumber string}-{invoiceDate date}"
+ "path" : "/invoices/{invoiceNumber string}-{invoiceDate epoch_millis}"
297
298
299
0 commit comments