Skip to content

Commit c8341df

Browse files
DOCSP-9922 doc update for supported regex syntax (#19)
1 parent 5c89c27 commit c8341df

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ example filename include the following fields:
254254

255255
You must escape the regex string specified in the ``path``. For
256256
example, if the regex string includes double quotes, you must
257-
escape those values.
257+
escape those values. {+dl+} supports the `Package Syntax
258+
<https://golang.org/pkg/regexp/syntax/>`__ for regular expressions
259+
in the storage configuration.
258260

259261
Queries that include *all* generated fields can be targeted to only
260262
those files that match the specified values.

source/supported-unsupported/supported-partition-attributes.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Supported Partition Attribute Types
1010

1111
The following table lists the supported data types for partition attributes
1212
in the :datalakeconf:`~databases.[n].collections.[n].dataSources.[n].path` and
13-
an example
14-
:datalakeconf:`~databases.[n].collections.[n].dataSources.[n].path`
13+
an example :datalakeconf:`~databases.[n].collections.[n].dataSources.[n].path`
1514
for each data type:
1615

1716
.. list-table::
@@ -119,4 +118,9 @@ for each data type:
119118

120119
In the above example, ``myUuid`` is interpreted
121120
as a `UUID <http://bsonspec.org/spec.html>`__ of binary subtype 4.
122-
121+
122+
.. note::
123+
124+
{+adl+} supports the `Package Syntax
125+
<https://golang.org/pkg/regexp/syntax/>`__ for regular expressions
126+
in the path to the filename.

0 commit comments

Comments
 (0)