Skip to content

Commit

Permalink
Merge pull request #264 from dhanush-2397/dev
Browse files Browse the repository at this point in the history
One step oracle processor group changes
  • Loading branch information
dhanush-2397 authored Jan 5, 2024
2 parents 72451a9 + 6b2046a commit 32559ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/specifications/service/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ export class ScheduleService {
return "ListS3Files";
case "onestep_dataingestion_local":
return "Listlocal";
case "onestep_dataingestion_oracle":
return "GenerateFlowFile_oracle";
case "data_moving_oracle":
case "ingest_event_grammar":
return "GenerateFlowFile_oracle";
Expand Down

0 comments on commit 32559ab

Please sign in to comment.