diff --git a/README.md b/README.md index 1af827d3..363a7e3b 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/app.json b/app.json index c0d8b89b..5354baab 100644 --- a/app.json +++ b/app.json @@ -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":{ diff --git a/docs/TableauConfiguration.md b/docs/TableauConfiguration.md index 6fb5fadd..7813e92f 100755 --- a/docs/TableauConfiguration.md +++ b/docs/TableauConfiguration.md @@ -1,16 +1,20 @@ # Using Python in Tableau Calculations + - [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) + ## Configuration @@ -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