df_get_connection
Retrieve a database connection's host, port, database, schema, and username. Set include_db_schema to true for the full cached table and column schema.
Instructions
Get one connection: host, port, database, schema and username. Set include_db_schema=true to get the full cached table/column schema.
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 | ||
| include_db_schema | No |