-
I have a tableau server running on port 80.
When I try to use a tabpy function, I can see that it tries to communicate with the tableau server on port 8080, and not the port 80 where it is running.…
-
```
Traceback (most recent call last):
File "/Users/kkotari/.pyenv/versions/3.7.4/bin/ipycli", line 8, in
sys.exit(run())
File "/Users/kkotari/.pyenv/versions/3.7.4/Python.framework/Versi…
-
Hi, I am tryin to deploy the model and facing issue at two stages (Code is unchanged)
**First Stage**
After establishing the connection (client = tabpy_client.Client('http://localhost:9004') )and …
-
- OS: Ubuntu 18.04.5 LTS
- Python version: 3.6.9
- TabPy release: 2.3.1
**Describe the issue**
When i used in Tableau prep builder https connection to tabpy server, then requests fail.
With…
-
Hi all.
Could someone help with this issue, please?
**Environment information:**
- OS: Windows Server 2016
- Python version: 3.8.5
- TabPy release: 2.3.1
- Tableau Server Version: 2020.…
-
**Environment information:**
- OS: RHEL 7
- Python version: 3.6.8
- TabPy release: 2.3.1
**Describe the issue**
https://github.com/tableau/TabPy/issues/410 says that TabPy should be active a…
-
Hi,
I think it would be great if there was the option to deploy not only functions but also objects on the TabPy server.
I am using scikit-learn models to predict values in Tableau. Currently, w…
-
**Environment information:**
- OS: Windows 10
- Python version: 3.8.5
- TabPy release: Most Recent
**Describe the issue**
So far, TabPy has been great and solves a tremendous need. I'm howev…
-
**Environment information:**
- Kubernetes
- Python version: 3.8 (used python:3.8 base image)
- TabPy: 2.3.1
**Describe the issue**
I am trying to run the Docker image on Kubernetes. When run…
-
Hi all,
We are trying to get TabPy integrated with Tableau on a company-wide scale. We are trying to establish the connection when publishing workbooks made remotely with TabPy calculations to the…