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 5b2c28e commit ad14ae5Copy full SHA for ad14ae5
singlestoredb/fusion/handler.py
@@ -51,6 +51,8 @@
51
json_null_val = "null"
52
json_string = ~r"\"[ !#-\[\]-\U0010ffff]*(?:\\(?:[\"\\/bfnrt]|u[0-9A-Fa-f]{4})[ !#-\[\]-\U0010ffff]*)*\""
53
json_number = ~r"-?(0|[1-9][0-9]*)(\.\d*)?([eE][-+]?\d+)?"
54
+
55
+ file_location = ~r"(personal|shared)"i ws*
56
''' # noqa: E501
57
58
BUILTINS = {
@@ -74,6 +76,7 @@
74
76
'<column>': '',
75
77
'<catalog-name>': '',
78
'<link-name>': '',
79
+ '<file-location>': '',
80
}
81
82
BUILTIN_DEFAULTS = { # type: ignore
0 commit comments