-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
29 lines (21 loc) · 967 Bytes
/
plugin.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
{
// Plugin identifiers are globally unique and only contain A-Za-z0-9_-
"id": "dask-cluster",
// It is highly recommended to use Semantic Versioning
"version": "0.0.1",
// Meta data for display purposes:
"meta": {
// label: name of the plugin as displayed, should be short
"label": "Dask cluster",
// description: longer string to help end users understand what this plugin does
"description": "Deploy Dask clusters onto Dataiku-managed Elastic AI Cluster.",
"author": "ned.martorell",
// icon: must be one of the FontAwesome 5.15.4 icons, complete list here at https://fontawesome.com/v5/docs/
"icon": "fas fa-clone",
// List of tags for filtering the list of plugins
"tags": [], //for example: ["Machine Learning", "NLP"]
// URL where the user can learn more about the plugin
"url": "",
"licenseInfo": "Apache Software License"
}
}