Skip to main content

Transform

Dalgo runs data transformations (data cleaning, joining, computation) using dbt (data build tool) .

  1. Select Transform on the left menu panel.
3 1) Select Transform
  1. To set up your transformations click "connect and set up repo".
  2. Paste your github repo URL (where the code for your data transformations lies)
  3. Specify the target schema. (Generally 'prod' or 'dev', this depends on your dbt developer's naming convention)
3 4) Set up Transform
  1. Click save
  2. To check your setup, select a function and click execute.
image
  1. The function will be executed and the logs displayed below.
image
  1. You can add a custom task
image

which will appear at the bottom of your list

image