Data Transformation LanguageΒΆ




Reference Guide

DTL is a declarative language that allows developers to model data and clearly describe transformations that should be performed on streams of data in order to create new datasets.

Read more

Quick reference: transforms

Transforms are functions that apply transformations to entities. These functions have side-effects.

Read more

Quick reference: expressions

Expressions are functions that return values. These functions do not have side-effects.

Read more


Caveats

Read about the potential issues or limitations that users may encounter when using DTL.

Read more