This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
template_catalog.json
110 lines (110 loc) · 2.5 KB
/
template_catalog.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"dcatapit": {
"privatex": true,
"name": "test_for_notebook",
"title": "test for notebook",
"author": "d_ale",
"identifier": "test_for_notebook",
"alternate_identifier": "test_for_notebook",
"notes": "test for notebook",
"theme": "REGI",
"publisher_name": "daf_data",
"publisher_identifier": "daf_data",
"modified": "08/02/2019",
"holder_name": "daf_data",
"holder_identifier": "daf_data",
"license_id": "Creative Commons Attribuzione 4.0 Internazionale (CC BY 4.0)",
"organization": {
"name": "daf_data"
},
"owner_org": "daf_data",
"frequency": "0 */3 * ? * *",
"groups": [],
"resources": [],
"relationships_as_object": [],
"relationships_as_subject": [],
"tags": []
},
"dataschema": {
"avro": {
"namespace": "daf://daf_data/REGI/test for notebook",
"name": "test for notebook",
"aliases": [
"test for notebook"
],
"fields": [
{
"name": "id",
"`type`": "int"
}
],
"`type`": "record"
},
"kyloSchema": "",
"flatSchema": [
{
"name": "id",
"`type`": "int",
"metadata": {
"type": "int",
"desc": "",
"tag": [],
"format_std": {
"conv": []
},
"semantics": {
"id": ""
},
"field_profile": {},
"personal": {}
}
}
]
},
"operational": {
"group_own": "daf_data",
"acl": [],
"theme": "REGI",
"subtheme": "europa",
"file_type": "csv",
"dataset_proc": {
"merge_strategy": "sync",
"scheduling_strategy": "TIMER_DRIVEN",
"cron": "5 sec",
"dataset_type": "batch",
"read_type": "last_update"
},
"type_info": {
"dataset_type": "primitive"
},
"read_type": "last_update",
"input_src": {
"srv_push": [
{
"name": "ws_hdfs",
"access_token": null,
"username": "d_ale",
"url": "https://api.daf.teamdigitale.it/hdfs/proxy/uploads/d_ale/REGI/europa/test_for_notebook/",
"param": "csv",
"password": "xxxxxxx"
}
]
},
"storage_info": {
"hdfs": {
"name": "hdfs_daf",
"path": null,
"param": null
}
},
"dataset_type": "batch",
"is_vocabulary": false,
"is_std": false,
"ingestion_pipeline": [
{
"nome": "DAF Ingestion Pipeline default",
"parametro": ""
}
]
}
}