New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Analytics wants to query the new table in Trino, the pipeline team already writes it with Spark, and both need to see the same data.
What you'll have at the end
One catalog wired into both engines, checked by writing a row from one and reading it back from the other
You need
An Iceberg table already landing in shared object storage, written by a working Spark setup, plus a Trino installation that isn't pointed at that table yet.
Not covered
Deploying or operating the catalog service itself, its uptime, backups, or access policy: this recipe decides which kind of catalog fits and wires two engines to one, not how the service behind it gets run.
Leans on
Checked 26 Aug 2026
Part of the Data Lakehouse cookbook