execute_sql_query
Execute a read-only SQL SELECT query on your dlt pipeline's destination dataset, returning results as markdown or JSONL.
Instructions
Execute a read-only SQL query against the pipeline's destination dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_format | No | Output format: 'markdown' or 'jsonl' | markdown |
| pipeline_name | Yes | ||
| sql_select_query | Yes | SQL SELECT query to execute (only SELECT is allowed) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |