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

   > [@arafoperata](https://github.com/arafoperata) can you confirm if RDS 
supports cross-database queries? We found some answers on StackOverflow saying 
yes, but it would be nice to have a definitive source.
   
   @betodealmeida, it depends on the underlying database engine. Since we use 
RDS Postgres, which does not natively support cross-database (cross-catalog) 
queries, we can’t do something like `SELECT * FROM other_database.schema.table`.
   
   SQL Server on RDS does support cross-database queries, since it’s a native 
feature of SQL Server.
   
   I’d say `allow_cross_catalog_queries` should depend on the capabilities of 
the underlying engine as RDS is just a managed wrapper around those engines.


-- 
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