Skip to content

Commit

Permalink
feat(fusion-sql): add support for Files API (personal and shared spac…
Browse files Browse the repository at this point in the history
…es) (#48)

* feat(stage): create an abstraction for FileLocation

* feat(files): add support for Files API (personal and shared spaces)

* feat(files): add unit tests

* feat(fusion-sql): add support for Files API (personal and shared spaces)

---------

Co-authored-by: Kevin D Smith <[email protected]>
  • Loading branch information
nunogoncalves03 and kesmit13 authored Dec 3, 2024
1 parent e917d96 commit 528a82e
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 528a82e

Please sign in to comment.