Lakes Node Catalog
Generated category
Lakes Node Catalog
Generated from 9 catalog nodes in Data/DataFusion/Lakes.
Nodes in this category
Showing 9 of 9 generated node docs.
Delta Table Info
Data/DataFusion/LakesGet metadata and history information about a Delta table.
Delta Time Travel
Data/DataFusion/LakesLoad a specific version or timestamp of a Delta table for point-in-time queries.
Iceberg Table Info
Data/DataFusion/LakesGet metadata, snapshots, and history of an Apache Iceberg table from a metadata file.
Iceberg Time Travel
Data/DataFusion/LakesLoad a specific snapshot of an Iceberg table for point-in-time queries.
Register Delta Table
Data/DataFusion/LakesRegister a Delta Lake table in DataFusion using a FlowPath. Requires the 'delta' feature.
Register Hive Parquet
Data/DataFusion/LakesRegister Hive-partitioned Parquet files as a table in DataFusion using a FlowPath.
Register Iceberg Table
Data/DataFusion/LakesRegister an Apache Iceberg table in DataFusion from a metadata file. Supports schema evolution and partition pruning.
Register Partitioned JSON
Data/DataFusion/LakesRegister partitioned JSON/NDJSON files as a table in DataFusion using a FlowPath.
Write Delta Table
Data/DataFusion/LakesWrite query results to a new or existing Delta Lake table using FlowPath. Supports append, overwrite modes.