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.
Quick reference: transforms
Transforms are functions that apply transformations to entities. These functions have side-effects.
Quick reference: expressions
Expressions are functions that return values. These functions do not have side-effects.
Caveats
Read about the potential issues or limitations that users may encounter when using DTL.