df_get_connection_schema
Retrieve the cached schema (tables and columns) for a specified connection, captured at last refresh. Use it to identify valid table and column names for write operations without running a live query.
Instructions
Get the cached schema of a connection (tables and columns). This is a snapshot taken when the connection was last refreshed, not a live query. Use it to pick valid table and column names for write operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ru | |
| use_cache | No | ||
| project_id | Yes | DataForge project id | |
| version_id | Yes | Project version id | |
| connection_id | Yes |