- ETL (In-Flight) transformations: The data is extracted and then transformed in-flight (midstream) before delivery to the destination.
- ELT (Post-Job) transformations: The entirety of the data is moved to the destination, and then the transformation takes place.
- Extract: Raw data is extracted from the source system. In ETL transformations, the data is then moved to a staging area.
- Transform: The data is cleaned and mapped.
- Load: The data is copied into the target system.
- Overview
- Queries (for SQL transformations only)
- Transformations History
- Comments
Overview Tab
The Overview tab contains six settings categories:- Last Run: This category displays the date and time of the last transformation run, whether the run was successful, the amount of time the run took, and the number of rows that were affected.
- Settings: For SQL transformations, this category displays current settings for transformation type, logfile verbosity, parallel-processing details, and the command timeout for destination connections. For dbt Cloud transformations, this category displays settings for transformation type, the dbt job, and the command timeout. For more details about settings, see “Settings Category” on the page that is appropriate for your transformation type: SQL Transformations or DBT Transformations.
- Trigger: This category provides the Edit Trigger dialog box, which enables you to define various trigger settings. For more details and steps to configure these settings, see “Trigger Category” on the page that is appropriate for your transformation type: SQL Transformations or DBT Transformations.
- Notifications: This category provides the Edit Notification dialog box, which enables you to request that alert you via email after a transformation run is completed. For more details and steps to configure alerts, see “Notifications Category” on the page that is appropriate for your transformation type: SQL Transformations or DBT Transformations.
- Labels: This category enables you to add or select one or more labels to attach to a transformation.