List Connection Tables
list_connection_tablesList database tables from a saved connection. For schema-based providers, first retrieve schemas, then specify one to get each table's geometry, CRS, primary key, and kind.
Instructions
List tables reachable through a saved connection. On providers with schemas (PostgreSQL), omit schema to get the schema list first, then pass one. Returns each table's geometry column, CRS, primary key and kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | ||
| provider | Yes | ||
| connection | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||