query_lakehouse
Query Apache Iceberg tables and Parquet files on S3 using SQL, with AWS Glue Data Catalog for table registration and schema management.
Instructions
Execute a SQL query. Use read_parquet() or iceberg_scan() for S3 paths, or use the glue_table tool first to register a Glue table by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |