-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (22 loc) · 1017 Bytes
/
plugin.json
File metadata and controls
30 lines (22 loc) · 1017 Bytes
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
// This file is the descriptor for the DSS Plugin ScriptTO_Plugin
{
// The identifier of the plugin.
// This must be globally unique, and only contain A-Za-z0-9_-
"id" : "TeradataVantageScriptTO_Plugin",
// Version. It is highly recommended to use Semantic Versioning
"version" : "1.0.0",
// Meta data for display purposes
"meta" : {
// Name of this plugin that appears in the interface.
"label" : "Teradata Vantage SCRIPT Table Operator Plugin",
"description" : "Allows the user to invoke the SCRIPT Table Operator from within DataIku DSS",
"author" : "Teradata",
// The icon of a plugin must be one of the FontAwesome 3.1 icons
"icon" : "icon-puzzle-piece",
"licenseInfo" : "Apache Software License",
// URL where the user can learn more about the plugin
"url" : "https://docs.teradata.com/",
// List of tags for filtering the list of plugins
"tags" : ["Teradata", "Table Operator"]
}
}