-
Suggestion
-
Resolution: Unresolved
-
None
User Problem
I want to be able to query my Data Share data in-place from our Trino cluster—rather than pulling down Parquet files over HTTP via the Delta Sharing REST API. The Trino Delta Lake connector (docs: https://trino.io/docs/current/connector/delta-lake.html) can speak the same underlying file format and partition metadata, push down predicates directly into the Parquet files, and avoid all of the download, token-rotation and retry logic we currently need.
Suggested Solutions
Allow a direct connection between Data Shares and Trino.
Current Workarounds
Connect to your Data Share via the Delta Sharing protocol, which is currently the only supported way to connect to Data Shares.
- mentioned in
-
Page Loading...