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
• "Compute" all the queries this query accesses before applying parameters.
• Make sure query creator has access to all of them.
• Allow query viewer to access them.
Currently we support the case where you have Read Only access to all the data sources involved. We should probably support the case where you have Read Only access only to the Query Results data source.
Issue Summary
User A has access to Data Source A and the Query Results data source.
User B has only access to the Query Results data source.
User A creates a Query Results query which uses Data Source A.
Current behavior: User B can't refresh this query, because they don't have access to Data Source A.
Expected behavior: User B should be able to refresh this query, just like an external user can using the query API key.
The text was updated successfully, but these errors were encountered: