Skip to content

Commit

Permalink
Update Tableau Server configuration instructions (tableau#480)
Browse files Browse the repository at this point in the history
* Deploy models on Heroku instance

* Update Procfile

* Update Procfile

* Update Procfile

* Update Procfile

* Update Procfile

* Update Procfile

* Update Procfile

* Update Procfile

* Add postdeploy command

* Fix app.json

* Fix TabPy logo for Heroku

* Fix postdeploy script for Heroku

* Update Server Configuration instructions

Co-authored-by: Olek Golovatyi <[email protected]>
  • Loading branch information
0golovatyi and Olek Golovatyi authored Feb 4, 2021
1 parent e1bacda commit 938ce3b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ Other useful resources:
* [TabPy Tutorial on TabWiki](https://community.tableau.com/docs/DOC-10856)

![GitHub commit activity](https://img.shields.io/github/commit-activity/m/tableau/TabPy.svg)
![GitHub forks](https://img.shields.io/github/forks/tableau/TabPy.svg?label=Forks&style=social)
![GitHub stars](https://img.shields.io/github/stars/tableau/TabPy.svg?style=social)
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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": "",
"logo": "https://raw.githubusercontent.com/tableau/TabPy/master/tabpy/tabpy_server/static/TabPy_logo.png",
"keywords": ["tableau", "python", "analytics-extension"],
"env":{
"USERNAME":{
Expand Down
25 changes: 23 additions & 2 deletions docs/TableauConfiguration.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Using Python in Tableau Calculations

<!-- markdownlint-disable MD004 -->

<!-- toc -->

- [Configuration](#configuration)
* [Tableau Desktop](#tableau-desktop)
* [Tableau Server 2018.2 and Newer Versions](#tableau-server-20182-and-newer-versions)
* [Tableau Server 2020.2 and Newer Versions](#tableau-server-20202-and-newer-versions)
* [Tableau Server 2020.1 and older](#tableau-server-20201-and-older)
* [Tableau Server 2018.2 and 2018.3](#tableau-server-20182-and-20183)
* [Tableau Server 2018.1 and Older Versions](#tableau-server-20181-and-older-versions)
- [Anatomy of a Python Calculation](#anatomy-of-a-python-calculation)
- [Using Deployed Functions](#using-deployed-functions)

<!-- tocstop -->

<!-- markdownlint-enable MD004 -->

## Configuration
Expand All @@ -25,7 +29,24 @@ follow steps at Tableau
[Configure an Analytics Extension connection](https://help.tableau.com/current/pro/desktop/en-us/r_connection_manage.htm#configure-an-external-service-connection)
documentation page.

### Tableau Server 2018.2 and Newer Versions
### Tableau Server 2020.2 and Newer Versions

Starting from Tableau Server 2020.2 analytics extensions connections
are configured on site level as shown of
[Configure Connections to Analytics Extensions](https://help.tableau.com/current/server/en-us/config_r_tabpy.htm)
page.

### Tableau Server 2020.1 and older

For older Tableau Server versions refer to version specific documentation:

- [2020.1](https://help.tableau.com/v2020.1/server/en-us/config_r_tabpy.htm).
- [2019.4](https://help.tableau.com/v2019.4/server/en-us/config_r_tabpy.htm).
- [2019.3](https://help.tableau.com/v2019.3/server/en-us/cli_security_tsm.htm#tsm_security_vizql-extsvc-ssl-enable).
- [2019.2](https://help.tableau.com/v2019.2/server/en-us/cli_security_tsm.htm#tsm_security_vizql-extsvc-ssl-enable).
- [2019.1](https://help.tableau.com/v2019.1/server/en-us/cli_security_tsm.htm#tsm_security_vizql-extsvc-ssl-enable).

### Tableau Server 2018.2 and 2018.3

To configure Tableau Server 2018.2 and newer versions to connect to TabPy server
follow instructions on Tableau
Expand Down

0 comments on commit 938ce3b

Please sign in to comment.