forked from data-dot-all/dataall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
98 lines (98 loc) · 2.64 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
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
{
"modules": {
"mlstudio": {
"active": true,
"features": {
"show_stack_logs": "enabled"
}
},
"notebooks": {
"active": true,
"features": {
"show_stack_logs": "enabled"
}
},
"datapipelines": {
"active": false,
"features": {
"show_stack_logs": "enabled"
}
},
"omics": {
"active": false
},
"metadata_forms": {
"active": true
},
"datasets_base": {
"active": true,
"features": {
"share_notifications": {
"email": {
"active": false,
"persistent_reminders": false,
"parameters": {
"group_notifications": true
}
}
},
"confidentiality_dropdown" : true,
"topics_dropdown" : true,
"auto_approval_for_confidentiality_level" : {
"Unclassified" : true,
"Official" : true,
"Secret" : true
},
"share_expiration" : {
"active" : true,
"run_schedule" : [1, 3, 7, 14, 21, 28]
}
}
},
"s3_datasets": {
"active": true,
"features": {
"file_uploads": true,
"file_actions": true,
"aws_actions": true,
"preview_data": true,
"glue_crawler": true,
"metrics_data": true,
"show_stack_logs": "enabled"
}
},
"shares_base": {
"active": true,
"features": {
"show_share_logs": "enabled"
}
},
"s3_datasets_shares": {
"active": true
},
"redshift_datasets": {
"active": true
},
"redshift_datasets_shares": {
"active": true
},
"worksheets": {
"active": true
},
"dashboards": {
"active": true
},
"maintenance": {
"active" : true
}
},
"core": {
"features": {
"env_aws_actions": true,
"cdk_pivot_role_multiple_environments_same_account": false,
"enable_quicksight_monitoring": false,
"show_stack_logs": "enabled"
},
"log_query_period_days": 1
}
}