cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to integrate Presto or Athena with Delta tables

Srikanth_Gupta_
Databricks Employee
Databricks Employee
 
1 REPLY 1

Srikanth_Gupta_
Databricks Employee
Databricks Employee

Presto and Athena support reading from external tables using a manifest file, which is a text file containing the list of data files to read for querying a table

this doc explains how to generate Manifest file.

https://docs.databricks.com/delta/presto-integration.html

We need to run manifest command at the end of each delta write to update data files (<path-to-delta-table>/_symlink_format_manifest/) under manifest folder

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now