We are working with an Amazon Redshift cluster and for sure our on-premise source data. Sometimes we need to run queries combining Redshift and on-premises data. To explore my data in both sources I work with DataGrip.
I know that SQL has functions like OpenQuery that can query different DB sources in the same transaction. I'm wondering whether DataGrip could do that or how else could I try to reach out in a query to Redshift and on-premises?