describe_datasource
Verify a datasource's connection status and explore its schemas, including table listings in a specified schema, to confirm it is queryable before ingestion.
Instructions
Show datasource details: connection status, available schemas, and (by default) the tables in the given or default schema.
Use this after create_datasource to verify the connection and explore what's queryable before calling ingest_datasource_models.
Args:
name: Datasource name (from list_datasources).
list_tables: If True (default), append a list of tables from the
schema named by schema_name (or the dialect's default
schema when empty).
schema_name: Database schema to list tables from (e.g. "public").
Empty uses the dialect default. Ignored when list_tables=False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| list_tables | No | ||
| schema_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |