UI Transform
UI Transform provides a visual canvas for building dbt models without writing SQL.
Use it to create and connect data models by dragging and dropping operations — no code required.
Accessing UI Transform
- Select Data in the left menu, then select Transform.
- Select the UI Transform tab.

Using the canvas
- Select Edit Workflow to open the full canvas editor.
- In the editor, drag and drop operations to build your models.
- Connect operations by linking their outputs to inputs.
Publishing your changes
When you are happy with your changes:
- Select Publish.
Dalgo commits and pushes your changes to the connected Git repository. The next pipeline run will use the updated models.
info
Publishing writes directly to the default branch of your managed repository. If you need a review process, consider switching to your own GitHub repository so you can use pull requests.
Next: DBT Transform · Switching repositories