Skip to content

cs_tools tools scriptability export - unexpected keyword argument: 'description' #96

Answered by boonhapus
bmofkn asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @bmofkn , you're definitely correct. ThoughtSpot made a single change to the Parameter spec in TML for version 9.8. I've updated the underlying thoughtspot_tml library to match it.

We have two options.. either I can push a CS Tools v1.4.16 that enforces this change, or if you're comfortable.. you can follow the below steps.

  1. activate the virtual environment path from your above screenshot (cs_tools self info)
    • source "/Users/.../cs_tools/.cs_tools/bin/activate"
  2. type pip install --upgrade thoughtspot_tml
  3. optionally, run pip list | grep thoughtspot_tml and verify that it installed v2.0.12
  4. type deactivate

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bmofkn
Comment options

Answer selected by bmofkn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants