Transform
Dalgo runs data transformations (data cleaning, joining, computation) using dbt (data build tool) .
- Select Transform on the left menu panel.
- To set up your transformations click "connect and set up repo".
- Paste your github repo URL (where the code for your data transformations lies)
- Specify the target schema. (Generally 'prod' or 'dev', this depends on your dbt developer's naming convention)
- Click save
- To check your setup, select a function and click execute.
- The function will be executed and the logs displayed below.
- You can add a custom task
which will appear at the bottom of your list