-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·30 lines (22 loc) · 1.03 KB
/
plugin.json
File metadata and controls
executable file
·30 lines (22 loc) · 1.03 KB
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 AsterAnalytics
{
// The identifier of the plugin.
// This must be globally unique, and only contain A-Za-z0-9_-
"id" : "TeradataVantageAnalyticFunctionsPlugin",
// Version. It is highly recommended to use Semantic Versioning
"version" :"1.1-1",
// Meta data for display purposes
"meta" : {
// Name of this plugin that appears in the interface.
"label" : "Teradata Vantage Analytic Functions Plugin",
"description" : "Plugin to execute Teradata Vantage Analytic functions from DSS.",
"author" : "Teradata",
// The icon of a plugin must be one of the FontAwesome 3.1 icons
"icon" : "icon-database",
"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" : ["Analytics", "Vantage", "Teradata", "Database", "SQL", "Big Data", "Data Science"]
}
}