1

I don't know why my column is not updating while my Tabpy is connected with Tableau even with the easiest requests possible enter image description here

My Tableau version is 2020.1 and my Tabpy version is 2.6.0

I was primarly running Tabpy on my mac and Tableau on my Vm but I redid all the process with Tabpy on the Vm. The connection is working but there is no response in the column.

I tried to restart all Tableau, Tabpy a million times and computer too plus asking ChatGPT a lot until it returns me the same responses again and again. I also used this fonction to test :

    SCRIPT_STR("
lst= []
for i in range(0,len(_arg1)) :
        lst.append(_arg1[i]+', Hello from Python (direct)!')
return lst
",
ATTR([Col1])
)

I tried all tutorials but nobody has that problem at that state (when the connexion is verified)

  • try updating to Tableau 2023.1, it has better support for Python – Debayan Apr 21 '23 at 02:57
  • I got the same problem with Tableau 2023 sadly.. – Antoine Masnata Apr 21 '23 at 14:23
  • Can you post what your console is outputting? There might be an error in there that's not showing up in your Tableau window. – sanminchui Apr 24 '23 at 19:54
  • @sanminchui : '2023-04-26,16:15:04 [INFO] (app.py:app:110): Web service listening on port 9004 2023-04-26,16:17:44 [INFO] (base_handler.py:base_handler:115): Authentication is not a required feature for API "v1" 2023-04-26,16:17:44 [INFO] (base_handler.py:base_handler:115): Authorization header not found 2023-04-26,16:17:44 [INFO] (web.py:web:2327): 200 GET /info (::1) 4.98ms'; thx for your time man – Antoine Masnata Apr 26 '23 at 14:19

0 Answers0