Skip to content

Commit

Permalink
feat(fusion-sql): add support for Files API (personal and shared spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogoncalves03 committed Dec 2, 2024
1 parent 8e2fc5b commit b9483c9
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 8 deletions.
3 changes: 3 additions & 0 deletions singlestoredb/fusion/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
'<column>': '',
'<catalog-name>': '',
'<link-name>': '',
'<file-type>': r'''
file_type = { FILE | FOLDER }
''',
}

BUILTIN_DEFAULTS = { # type: ignore
Expand Down
Loading

0 comments on commit b9483c9

Please sign in to comment.