Skip to content

Commit

Permalink
Merge pull request #267 from Sunbird-cQube/dev
Browse files Browse the repository at this point in the history
Merging oracle and azure changes to staging
  • Loading branch information
dhanush-2397 authored Jan 19, 2024
2 parents 24c2bbf + c3c30aa commit 6b092ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/specifications/service/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,13 @@ 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";
case "data_moving_azure":
case "onestep_dataingestion_azure":
return "ListAzure";
case "school_Infrastructure_aws":
case "student_progression_aws":
Expand Down Expand Up @@ -357,6 +360,12 @@ export class ScheduleService {
return 'ListS3Files';
case 'Run Latest Code local':
return 'Listlocal';
case "pm_poshan_azure":
case "udise_azure":
case "nas_azure":
return "ListAzure";
case "stop_processor":
return "GenerateFlowFile_stop";
default:
return "default processor_group";
}
Expand Down

0 comments on commit 6b092ec

Please sign in to comment.