Access Delta tables from external data processing engines

You can access Delta tables from Apache Spark and other data processing systems. Here is the list of integrations that enable you to access Delta tables from external data processing engines.

Presto to Delta Lake integration

Since Presto version 0.269, Presto natively supports reading Delta Lake tables. For details on using the native Delta Lake connector, see Delta Lake Connector - Presto. For Presto versions lower than 0.269, you can use the manifest-based approach detailed in Presto, Trino, and Athena to Delta Lake integration using manifests.

Trino to Delta Lake integration

Since Trino version 373, Trino natively supports reading and writing the Delta Lake tables. For details on using the native Delta Lake connector, see Delta Lake Connector - Trino. For Trino versions lower than version 373, you can use the manifest-based approach detailed in Presto, Trino, and Athena to Delta Lake integration using manifests.