Skip to content

Commit 914825d

Browse files
Update extension list
1 parent e885baf commit 914825d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

extensions.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,27 @@
2222
],
2323
"tags": []
2424
},
25+
{
26+
"name": "fastapitableau-example",
27+
"title": "Tableau Python Extension",
28+
"description": "fastapitableau is a Python package that enables Python developers to build FastAPI APIs that function as Tableau Analytics Extensions. These extensions can be leveraged from Tableau workbooks to allow real time requests from Tableau to Python. This extension builds on top of Tableau's example Superstore dataset.",
29+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/fastapitableau-example",
30+
"latestVersion": {
31+
"version": "1.0.0",
32+
"released": "2025-04-24T19:38:18Z",
33+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/fastapitableau-example%40v1.0.0/fastapitableau-example.tar.gz",
34+
"minimumConnectVersion": "2025.04.0"
35+
},
36+
"versions": [
37+
{
38+
"version": "1.0.0",
39+
"released": "2025-04-24T19:38:18Z",
40+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/fastapitableau-example%40v1.0.0/fastapitableau-example.tar.gz",
41+
"minimumConnectVersion": "2025.04.0"
42+
}
43+
],
44+
"tags": []
45+
},
2546
{
2647
"name": "landing-page",
2748
"title": "Static HTML landing page",

0 commit comments

Comments
 (0)