betodealmeida commented on issue #32993:
URL: https://github.com/apache/superset/issues/32993#issuecomment-2776856200

   > [@betodealmeida](https://github.com/betodealmeida) even if `multi_catalog` 
is disabled end-users can still go to SQL Lab and run cross-DB selects, right? 
So that would be applicable to BQ, Snowflake, PSQL...
   
   They can, but if they don't have DB-level access it won't work. For example, 
if I only have catalog access to `projectA`, this will fail:
   
   ```sql
   SELECT * FROM projectB.some_schema.some_dataset
   ```
   
   > But regardless, it's a half-check because if the user saves the query as a 
virtual dataset, it gets mapped to the default catalog and then they can query 
it.
   
   Hmmm, would it work? If so we should fix it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to