Import Parquet to Table
import_parquet_to_tableImport data from a Parquet file in S3 into an existing S3 table. Ensures schema compatibility between the file and table.
Instructions
Reads data from a Parquet file stored in S3 and imports it into an existing S3 table. The table must already exist. The Parquet file schema must be compatible with the table's schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | REST URI for Iceberg catalog | |
| region | Yes | AWS region for S3Tables/Iceberg REST endpoint | |
| s3_url | Yes | The S3 URL of the Parquet file (format: s3://bucket-name/key) | |
| namespace | Yes | The namespace. Must be 1-255 characters long. | |
| warehouse | Yes | Warehouse string for Iceberg catalog | |
| table_name | Yes | The table name. Must be 1-255 characters long. | |
| catalog_name | No | Catalog name | |
| preserve_case | No | Preserve case of column names | |
| rest_signing_name | No | REST signing name | |
| rest_sigv4_enabled | No | Enable SigV4 signing |