forked from tableau/TabPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
19 lines (19 loc) · 747 Bytes
/
app.json
File metadata and controls
19 lines (19 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "TabPy",
"description": "Analytics Extension implementation which expands Tableau's capabilities by allowing users to execute Python scripts and saved functions via Tableau's table calculations.",
"repository": "https://github.com/tableau/TabPy",
"logo": "https://raw.githubusercontent.com/tableau/TabPy/master/tabpy/tabpy_server/static/TabPy_logo.png",
"keywords": ["tableau", "python", "analytics-extension"],
"env":{
"USERNAME":{
"description": "Add your username",
"value": "gzanolli",
"required": true
},
"PASSWORD":{
"description": "Define your password",
"value": "P@ssw0rd",
"required": true
}
}
}