0

I have a tableau prep flow which uses python script. When i run the flow from tableau prep, it works. However, i am using command line alongside task scheduler to automate the flow. When running the automated flow; i am encountering the error below: enter image description here

I have already configured the connection to tabpy in the tableau prep itself. Previously this used to work. But i am now getting this error. Should the TabPy configuration be added to the json file used for credentials? if so, in what format should it be?

enter image description here

Hemant
  • 59
  • 5

1 Answers1

1

Got it to work. Just had to include the following command in the json file: enter image description here

Hemant
  • 59
  • 5
  • [Please do not upload images of code/errors when asking/answering a question.](//meta.stackoverflow.com/q/285551) – 7uc1f3r Jan 20 '21 at 11:08