Skip to content

Commit

Permalink
Merge pull request #257 from dhanush-2397/dev
Browse files Browse the repository at this point in the history
Added processor group
  • Loading branch information
pandutibil authored Nov 9, 2023
2 parents 2f70497 + 4312d99 commit 3c23acb
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 @@ -320,6 +320,8 @@ export class ScheduleService {
case "data_moving_aws":
case "onestep_dataingestion_aws":
return "ListS3Files";
case "onestep_dataingestion_local":
return "Listlocal";
case "data_moving_oracle":
case "ingest_event_grammar":
return "GenerateFlowFile_oracle";
Expand Down

0 comments on commit 3c23acb

Please sign in to comment.