Antoine Masnata
Antoine Masnata

Reputation: 11

Column updating with Tabpy in Tableau Desktop

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)

Upvotes: 1

Views: 142

Answers (0)

Related Questions