How to integrate Presto or Athena with Delta tables
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021 03:06 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021 03:11 PM
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

