File/Table Formats
Delta Lake
Overview
This code block demonstrates how to query a Delta table.
Foreign data wrapper name. Can be any string.
Foreign server name. Can be any string.
Foreign table name. Can be any string.
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.