Presto

The Presto connector is a Palantir-provided driver for Presto.

To create a new Presto source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Presto-specific configuration and networking. For the complete property reference, see the official Presto driver documentation ↗.

Supported capabilities

CapabilityStatus
Exploration🟢 Generally available
Batch syncs🟢 Generally available
Incremental🟢 Generally available
Table exports🟢 Generally available

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
AuthSchemeMandatoryThe scheme used for authentication. Accepted entries are None, Basic, Kerberos and LDAP. None is the default.None
PrestoKindMandatoryIndicates whether the connected instance is Trino or not.Presto
ServerMandatoryThe host name or IP address of the Presto REST server.{serverAddress}
UseSSLMandatoryIndicates whether SSL is enabled.TRUE
PortRecommendedThe port for the Presto REST server.8080

Networking

The table below lists the domains that the source must be able to access to run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead. The agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
<Server>:<Port>Always. Server and Port connection property. Default Port=8080
<KerberosKDC>:88If AuthScheme=Kerberos
<KerberosServiceKDC>:88If AuthScheme=Kerberos and Kerberos topology uses multiple realms

Table exports

This connector supports table exports. Learn how to set up a table export.