Transformations
"dataset": {
"type": "transformation-1",
// Transformations always take a list of sources
// Even if only one is used
"sources": [
{
// Transformations can be chained
"type": "transformation-2"
"sources": [
{
// End the end we have one more
// query data sources
"type": "OTQL"
...
}
]
}
]
}to-list
to-listjoin
jointo-percentages
to-percentagesratio
ratioindex
indexformat-dates
format-datesreduce
reduceget-decorators
get-decoratorsLast updated
Was this helpful?
