| Package | Description |
|---|---|
| io.cdap.transformation |
| Modifier and Type | Method and Description |
|---|---|
static DefaultMutableRowSchema |
TransformationUtil.transformSchema(io.cdap.cdap.api.data.schema.Schema schema,
List<Transformation> transformations)
Apply a list of transformations on a row schema
|
static DefaultMutableRowSchema |
TransformationUtil.transformSchema(String table,
io.cdap.cdap.api.data.schema.Schema schema,
Map<String,List<Transformation>> transformations)
A helper method to reuse transformSchema with column level detail which is to be called during pipeline assessment
to track issues at a column level for better display of errors
|
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.