> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Trino

> Integrating Trino (Iceberg) with Coalesce Quality

<Note>
  This guide will show you how to securely connect Coalesce Quality to your Trino instance.
  We need this information so we collect metadata about your tables.

  To be able to finish this guide, you’ll need the following:
  <br /> → Access to modify your Trino configuration as account admin

  ⏱️ Estimated time to finish: 10 minutes.
</Note>

## Data we collect

For the automated data anomaly testing we collect the following:

* Number of rows in every table in a given dataset
* Timestamp of the last change of data in all tables in a given dataset

<Note>
  You will need several key variables:

  * `host` Host of your Trino cluster, e.g. host.trino.com
  * `port` Port of your Trino cluster. If not specified the Trino driver will decide which port to use
  * `username`
  * `password`
</Note>
