Skip to content

Commit ad14ae5

Browse files
temp
1 parent 5b2c28e commit ad14ae5

File tree

3 files changed

+452
-0
lines changed

3 files changed

+452
-0
lines changed

singlestoredb/fusion/handler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
json_null_val = "null"
5252
json_string = ~r"\"[ !#-\[\]-\U0010ffff]*(?:\\(?:[\"\\/bfnrt]|u[0-9A-Fa-f]{4})[ !#-\[\]-\U0010ffff]*)*\""
5353
json_number = ~r"-?(0|[1-9][0-9]*)(\.\d*)?([eE][-+]?\d+)?"
54+
55+
file_location = ~r"(personal|shared)"i ws*
5456
''' # noqa: E501
5557

5658
BUILTINS = {
@@ -74,6 +76,7 @@
7476
'<column>': '',
7577
'<catalog-name>': '',
7678
'<link-name>': '',
79+
'<file-location>': '',
7780
}
7881

7982
BUILTIN_DEFAULTS = { # type: ignore

0 commit comments

Comments
 (0)