Transpile SQL
Data -- SQL
Transpile SQL
Transpiles a SQL query from Peaka’s SQL dialect (Trino) into the specified target dialect (e.g., mysql, postgres, bigquery). Useful when you need to export or reuse queries written in Peaka in other database systems.
POST
Transpile SQL


Authorizations
Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
Path Parameters
Target SQL dialect to transpile into
Body
application/json
SQL query to transpile
Response
200 - application/json
Transpiled query