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
current: server checks if user is authorized to a dataset based on query string
this logic does not work for saved searches because there is no query string
as searches have key:value pair syntax
update: server fetches the filter_type
if filter_type is sql or filter,
server checks if user is authorized to a dataset based on query string
if filter_type is search,
server checks if user is authorized to a dataset based on the dataset_name
0 commit comments