File/Table Formats
Delta Lake
Overview
This code block demonstrates how to query a Delta table.
wrapper_name
required
Foreign data wrapper name. Can be any string.
server_name
required
Foreign server name. Can be any string.
table_name
required
Foreign table name. Can be any string.
files
required
The path to the Delta table directory. For instance, s3://bucket/folder
if the Delta table is in Amazon S3 or
/path/to/folder
if the Delta table is on the local file system.
Cloud Object Stores
The object stores documentation explains how to provide secrets and other credentials for Delta tables stored in object stores like S3.