Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
from/to
-
None
-
None
Description
if (!isTest) { // Using the TO schema since the IDF returns data in TO schema schema = ConfigurationUtils.getConnectorSchema(Direction.TO, conf); ... } // Create loader context LoaderContext loaderContext = new LoaderContext(subContext, reader, schema);
In some cases, the matcher will use the FROM schema. The loader should provide the FROM schema in this case.