Exceptions and Description |
---|
io.cdap.cdap.etl.api.validation.InvalidConfigPropertyException |
io.cdap.cdap.etl.api.validation.InvalidStageException |
Method and Description |
---|
io.cdap.cdap.etl.api.Joiner.joinOn(String, INPUT_RECORD)
Joiner.getJoinKeys(String, Object) should be used instead |
io.cdap.cdap.etl.api.action.ActionContext.record(List<FieldOperation>)
use
LineageRecorder.record(Collection) to emit field operations for actions, that method requires the input
field to contain the previous originated operation name. Using that DAG can be computed so the field
linage can be computed. |
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.