Skip to content

Commit b9483c9

Browse files
feat(fusion-sql): add support for Files API (personal and shared spaces)
1 parent 8e2fc5b commit b9483c9

File tree

4 files changed

+731
-8
lines changed

4 files changed

+731
-8
lines changed

singlestoredb/fusion/handler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
'<column>': '',
7575
'<catalog-name>': '',
7676
'<link-name>': '',
77+
'<file-type>': r'''
78+
file_type = { FILE | FOLDER }
79+
''',
7780
}
7881

7982
BUILTIN_DEFAULTS = { # type: ignore

0 commit comments

Comments
 (0)