SQL Translate
Translate SQL across warehouse dialects.
Convert SQL between Snowflake, BigQuery, Postgres, MySQL, Databricks, Redshift, DuckDB, and other dialects.
Move SQL across warehouses with fewer manual syntax traps.The problem it solves
Warehouse migrations and multi-platform support are full of small SQL syntax traps: date functions, casts, arrays, QUALIFY, window behavior, null handling, and dialect-specific functions.
What it does
When to use it
warehouse migration
supporting customers on different warehouses
porting Snowflake SQL to BigQuery, Postgres, Databricks, or similar platforms
checking whether syntax is portable
How it works
The skill identifies source and target dialects, translates the SQL, reviews warnings, and optionally validates the translated query.
Tools used
sql_translate
Translate SQL between warehouse dialects such as Snowflake, BigQuery, Postgres, Databricks, and Redshift.
altimate_core_validate
Run deterministic SQL or data-engineering validation through Altimate Core.