bootstrap_iceberg
Creates namespace and tables in Iceberg catalog, configures FDW server, maps foreign tables, and verifies connection to bootstrap Iceberg FDW on PostgreSQL.
Instructions
Bootstrap the Iceberg FDW on Postgres: creates namespace + tables in catalog, configures FDW server, maps foreign tables, and verifies connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, show SQL without executing |