For the complete documentation index, see llms.txt. This page is also available as Markdown.

Querying Starburst (Trino) Data

Prerequisites:

Query data

  1. Use your tool of choice to connect to Starburst.

  2. Query the Immuta-protected data as you normally would:

    select * from "tpch"."sf1000"."customer" limit 100

Was this helpful?