Skip to content

Commit

Permalink
Initial Interface for multi dataset Design
Browse files Browse the repository at this point in the history
  • Loading branch information
prasar-ashutosh committed Jul 15, 2024
1 parent a64f444 commit 8b3d39d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,4 @@ public Dataset deriveMainDataset()
{
return ApiUtils.deriveMainDatasetFromStaging(mainDataset(), stagingDataset(), ingestMode());
}

public IngestMode getEnrichedIngestMode(CaseConversion caseConversion)
{
return ApiUtils.applyCase(ingestMode(), caseConversion);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected TransformOptions transformOptions()
* @param Map of dataset Name, List of IngestStages
* @return Map of dataset Name, List of IngestStageResults
*/
public void init(List<DatasetIngestDetails> datasetIngestDetailsMap, RelationalConnection connection)
public void init(List<DatasetIngestDetails> datasetIngestDetails, RelationalConnection connection)
{
// 1. Initialize the executor
initExecutor(connection);
Expand Down

0 comments on commit 8b3d39d

Please sign in to comment.