Start a translation job for a DMA project.
Executes the DMA translation pipeline to convert source SQL code to target dialect. The pipeline processes code through multiple stages (file operations, reference extraction, template creation, SQL translation, validation, and bundling).
This endpoint launches a long-running background workflow and returns immediately with a job_id. Use the get_translation_status endpoint to poll for progress and results.
Use the 'Authorization' header with the format 'Key
Request to run translation pipeline.