Replies: 2 comments 2 replies
-
cc @BohuTANG PTAL |
Beta Was this translation helpful? Give feedback.
0 replies
-
maybe we can consider extending the DDL about sharing like this:
so we can allow the sharing server be deployed in an on-premise environment. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have already supported data sharing. https://databend.rs/doc/sql-commands/ddl/share/ , thus far we have designed our data sharing protocol with simple RESTful api and allow user to query accross different tenant under fine-grained permissions.
I think it is the right timing to implement an open source sharing endpoint.
Supposed feature:
Possible features:
Beta Was this translation helpful? Give feedback.
All reactions