| Package | Description |
|---|---|
| io.cdap.transformation |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<Transformation>> |
TransformationUtil.loadTransformations(Configurer configurer,
Map<String,TableTransformation> tableTransformations,
SourceTable table)
Load transformation plugins applied on a certain table
|
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.