You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is likely that every org may have a different authorization mechanism, I think we should allow user defined authorization.
May be we abstract out few method(s) like:
hasAccess(user, EntityType)
where EntityType can be namespace, table, sample_data etc. ??
The text was updated successfully, but these errors were encountered:
It is likely that every org may have a different authorization mechanism, I think we should allow user defined authorization.
May be we abstract out few method(s) like:
hasAccess(user, EntityType)
where EntityType can be namespace, table, sample_data etc. ??
The text was updated successfully, but these errors were encountered: