cURL
curl --request POST \ --url http://api/v1/projects/{projectUuid}/sqlRunner/preview \ --header 'Content-Type: application/json' \ --data ' { "columns": [ { "type": "string", "reference": "<string>" } ], "sql": "<string>", "name": "<string>" } '
{ "results": { "owner": "<string>", "files": [ "<string>" ], "path": "<string>", "repo": "<string>", "url": "<string>" }, "status": "ok" }
Preview write back from SQL runner
Show child attributes
Success
ok