connector-plugin-sdk icon indicating copy to clipboard operation
connector-plugin-sdk copied to clipboard

Support cross-database join within same connection for SDK[FEATURE]

Open eric-wang-1990 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. In Tableau 2023.1 a new feature for Snowflake was released that the cross database join is not done by Hyper, but the join query is pushed down to the server side for fast processing: https://www.tableau.com/products/new-features#item-96392. We wonder if the same capability can be introduced to the SDK as well.

Describe the solution you'd like Support cross-database join in one connection

Describe alternatives you've considered Current solution which involve Hyper is too slow, if we can push the query down to our server it will be much faster.

About You Name: Eric Wang Company: Databricks

eric-wang-1990 avatar May 10 '23 21:05 eric-wang-1990

Internal tracking: W-13652666

lukewrites avatar Jun 23 '23 21:06 lukewrites