-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (23 loc) · 940 Bytes
/
plugin.json
File metadata and controls
24 lines (23 loc) · 940 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
{
"id": "tableau-hyper-export",
"version": "1.1.1",
"meta": {
"label": "Tableau Hyper format",
"description": "Export datasets to Tableau .hyper format. ⚠️ Starting from 1.0.0, DSS geometry columns are now exported as Geography.",
"author": "Dataiku (Thibault DESFONTAINES)",
"icon": "icon-tableau",
"supportLevel": "TIER2_SUPPORT",
"licenseInfo": "Apache Software License",
"url": "https://www.dataiku.com/product/plugins/tableau-hyper-export",
"tags": ["Visualization", "Connector", "BI"]
},
"params": [
{
"name": "export_geometry_as_string",
"label": "Export DSS geometries as string",
"description": "Select whether to export the geometry format as string. By default, geometries are exported as geography.",
"type": "BOOLEAN",
"defaultValue": false
}
]
}