Skip to content

Commit 873efcf

Browse files
author
Bruce An
committed
updated default ingestion database
1 parent 54eec0f commit 873efcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/ui/app/components/flows-new/models/step.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class Step {
104104
newStep.options = new IngestionOptions();
105105
newStep.options.permissions = 'rest-reader,read,rest-writer,update';
106106
newStep.options.outputFormat = 'json';
107-
newStep.options.targetDatabase = databases.final;
107+
newStep.options.targetDatabase = databases.staging;
108108
}
109109
if (json.stepDefinitionType === StepType.MAPPING) {
110110
newStep.options = new MappingOptions();

0 commit comments

Comments
 (0)