forked from Sunbird-Obsrv/sunbird-data-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from Vivek-M-08/cbrelease-4.8.12
added the configs for survey status spark job
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,6 +103,8 @@ ml_report_path: "standalone-reports/ml-report" | |
report_solution_ids: "" | ||
report_grace_period: "2" | ||
report_base_url_for_evidences: "www.https://igotkarmayogi.gov.in/" | ||
report_survey_question_report_columns_config: "{"reportColumns":{"createdBy":"UUID","organisation_name":"Organisation Name","organisation_id":"Organisation Id","surveyName":"Survey Name","surveyId":"Survey Id","surveySubmissionId":"Survey Submission Id","questionExternalId":"Question External Id","questionName":"Question","questionResponseLabel":"Answer","evidences":"Evidences","remarks":"Remarks"},"userProfileColumns":{"maskedPhone":"Masked Phone","firstName":"First Name","profileDetails-academics-nameOfQualification":"Academics Qualification","profileDetails-academics-type":"Academics Type","last_login":"Last Login"},"sortingColumns":"UUID,First Name,Masked Phone,Organisation Name,Organisation Id,Survey Name,Survey Id,Survey Submission Id,Question External Id,Question,Answer,Evidences,Remarks,Academics Qualification,Academics Type,Last Login"}" | ||
report_survey_status_report_columns_config: "{"reportColumns":{"createdBy":"UUID","organisation_name":"Organisation Name","survey_name":"Survey Name","surveyId":"Survey Id","survey_submission_id":"Survey Submission Id"},"userProfileColumns":{"firstName":"First Name","lastName":"Last Name","identifier":"Identifier","last_login":"Last Login"},"sortingColumns":"UUID,First Name,Last Name,Identifier,Last Login,Organisation Name,Survey Name,Survey Id,Survey Submission Id, Status of Submission, Submission Date"}" | ||
|
||
comms_console_prarambh_email_suffix: "[email protected]" | ||
comms_console_num_days_to_consider: "15" | ||
|
@@ -265,6 +267,10 @@ run_survey_question_report_job: | |
survey-question-report: | ||
hour: 11 | ||
minute: 00 | ||
run_survey_status_report_job: | ||
survey-status-report: | ||
hour: 11 | ||
minute: 30 | ||
run_monitor_job: | ||
monitor-job-summ: | ||
hour: 03 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters