forked from data-dot-all/dataall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
42 lines (42 loc) · 989 Bytes
/
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
{
"modules": {
"mlstudio": {
"active": true
},
"notebooks": {
"active": true
},
"datapipelines": {
"active": true
},
"datasets": {
"active": true,
"features": {
"file_uploads": true,
"file_actions": true,
"aws_actions": true,
"share_notifications": {
"email": {
"active": false,
"parameters": {
"group_notifications": true
}
}
},
"preview_data": true,
"glue_crawler": true
}
},
"worksheets": {
"active": true
},
"dashboards": {
"active": true
}
},
"core": {
"features": {
"env_aws_actions": true
}
}
}