Skip to content

Commit

Permalink
Schedule for one step oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanush-2397 committed Jan 4, 2024
1 parent 7a2f7e9 commit 7a284a7
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 7a284a7

Please sign in to comment.