Generate (Delta Lake on Databricks)
GENERATE mode FOR TABLE [db_name.]table_name
Generate the given mode (specified as a string) in a Delta table. The following mode strings are supported.
symlink_manifest_format
: Generate manifest files for a Delta table. These manifest files can be used for reading Delta tables from Presto and Athena.
See Presto, Trino, and Athena to Delta Lake integration using manifests for more information.