df_generate_sql
Generate the SQL query for a data mart without executing or storing it. Receive validation errors on failure instead of error responses.
Instructions
Generate the SQL query of a data mart. Nothing is executed and nothing is stored. A generation failure comes back as succeeded=false with validation_errors, not as an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | Ignored unless limit is also given | |
| language | No | ru | |
| project_id | Yes | DataForge project id | |
| version_id | Yes | Project version id | |
| data_mart_id | Yes |