Skip to content

Commit

Permalink
Merge pull request #265 from dhanush-2397/dev
Browse files Browse the repository at this point in the history
Azure implementation changes
  • Loading branch information
dhanush-2397 authored Jan 10, 2024
2 parents 32559ab + 9dba23b commit 67507b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/specifications/service/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ export class ScheduleService {
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 @@ -359,6 +360,10 @@ export class ScheduleService {
return 'ListS3Files';
case 'Run Latest Code local':
return 'Listlocal';
case "pm_poshan_azure":
case "udise_azure":
case "nas_azure":
return "ListAzure";
default:
return "default processor_group";
}
Expand Down

0 comments on commit 67507b0

Please sign in to comment.