Tinybird integration (Data, Developer Tools). Imported from open-connector.
https://api.tinybird.co/v0/sql
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | SQL query to execute with Tinybird. |
| parameters | object | optional | Optional custom parameters merged into the JSON request body. |
| pipeline | string | optional | Optional Pipe name used by Tinybird as the `_` placeholder. |
| explain | boolean | optional | Whether Tinybird should return EXPLAIN output instead of executing. |
/v0/pipes/{pipeName}.json
| Param | Type | Required | Description |
|---|---|---|---|
| pipeName | string | required | Published Pipe endpoint name. |
| parameters | object | optional | Custom query or template parameters sent to Tinybird. |
/v0/datasources
| Param | Type | Required | Description |
|---|---|---|---|
| attrs | string | optional | Comma-separated Data Source attributes to include in the response. |
/v0/datasources/{name}
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Data Source name or ID. |
| attrs | string | optional | Comma-separated Data Source attributes to include in the response. |