Skip to content

SQL Transformations

Description

SQL transformations allow you to execute SQL statements on Data Frames. The statements can be specified either inline in the configuration or in a dedicated .sql file. See the SQL transformation configuration documentation for details.

The DataBridge engine uses DuckDB to execute SQL statements; please refer to the DuckDB documentation for details on the SQL dialect.