-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
66 lines (65 loc) · 2.43 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"EMAIL_SMTP": "smtp.gmail.com",
"EMAIL_PORT": 587,
"email_user_name":"[email protected]",
"email_password":"otqvwijdyvommrcm",
"from_addr": "[email protected]",
"to_addr": "[email protected]",
"cc_addr": "",
"team_nm": "Ingestion Team",
"repo_path": "programs",
"folder_path": "/home/puneeths/dev_ingestion3/",
"github_repo_name":"shrikhaparul/Ikart",
"local_repo":"repo/",
"programs":"programs/",
"tasks":"tasks/",
"pipelines":"pipelines/",
"src":"src/",
"connections":"connections/",
"scripts":"scripts/",
"dq_scripts":"dq_scripts/",
"ingestion":"ingestion/",
"engine_main":"engine_main/",
"orchestration":"orchestration/",
"json":"json/",
"logs":"logs/",
"text":"text/",
"archive":"archive/",
"rejected":"rejected/",
"source_files":"source_files/",
"target_files":"target_files/",
"reports":"reports/",
"pipeline_log_path": "/pipelines/logs/",
"task_log_path": "/pipelines/tasks/logs/",
"pipeline_json_path": "/pipelines/json/",
"rejected_path": "/pipelines/tasks/rejected/",
"task_json_path": "/pipelines/tasks/json/",
"config_path":"/repo/connections/",
"status_txt_file_path": "/pipelines/text/",
"source_files_path":"/pipelines/tasks/source_files/",
"target_files_path":"/pipelines/tasks/target_files/",
"qc_reports_path": "/pipelines/tasks/reports/",
"audit_path": "/pipelines/task/audit/",
"archive_path": "/pipelines/tasks/archive/",
"orchestration_path": "scripts/orchestration/",
"engine_path": "scripts/engine_main/",
"conn_path": "/repo/connections/",
"ingestion_path": "scripts/ingestion/",
"dq_scripts_path": "scripts/dq_scripts/",
"audit_api_url":"http://localhost:8080/api/audit",
"mysql_audit_json_conn_nm":"mysql_audit_config.json",
"gh_download_file_path": "download.py",
"gh_source_ingestion_path": "src/scripts/ingestion/",
"gh_target_ingestion_path": "src/scripts/ingestion/",
"gh_engine_path":"src/scripts/engine_main/engine_code.py",
"gh_checks_mapping_path": "src/scripts/dq_scripts/checks_mapping.json",
"gh_mapping_path": "src/scripts/engine_main/mapping.json",
"gh_definitions_qc_path": "src/scripts/dq_scripts/definitions_qc.py",
"gh_utility_path": "src/scripts/ingestion/utility.py",
"gh_connections_path": "src/scripts/ingestion/connections.py",
"gh_orchestrate_path": "src/scripts/orchestration/orchestrate.py",
"gh_connections_json_path":"connections/",
"gh_tasks_path":"/pipelines/tasks/",
"gh_pipeline_path": "/pipelines/",
"task_pipeline_path":"/pipelines/json/"
}