Hi in the pinot trino connector, is there a way to...
# general
m
Hi in the pinot trino connector, is there a way to change the schema name
default
to something else?
any thoughts?
m
@Xiang Fu
x
I don't think it matters, Pinot has no concept of namespace right now
Cc: @Elon
m
meaning there is no way to change it?
e
Yep, since pinot does not have the concept of namespace yet, neither does the connector. Let us know your usecase/why you need it, etc.
m
It’s about access control at the Trino level. If we are going to utilize the dynamic table feature, we would have to allow users to access all the tables under
pinot.default
. However, there might be tables under
pinot.default
we don’t want to give a certain user access to, so a separate schema to group some tables along with permitting the use of dynamic tables is desirable