---
title: "Get Translate"
method: POST
path: "/dbt/v3/translate"
tags: ["DBT_V3"]
deprecated: true
---

# Get Translate

`POST /dbt/v3/translate`

> **Deprecated.**

Generates lineage analysis for a dbt_model

## Headers

- `x-tenant` string, required

## Request body

- DBTTranslateRequest
  - `sql` string, required
  - `source_dialect` string, required
  - `target_dialect` string, required

## Response `200`

Successful Response

- DBTTranslateResponse
  - `translated_sql` string, required

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
