Migration Tools¶
migration_tools
is a command line interface to help the ThoughtSpot Professional Services team accelerate
migration workflows. Some functionalities require also the installation of cs_tools.
Installing & Getting Started¶
The migration_tools
CLI requires at least python
version 3.9 to run.
1. Download the zip file and unzip it
$ cd Downloads/ps_migration_tools-main
$ python -m venv .ts-mig
$ source .ts-mig/bin/activate # or windows: .ts-mig/Scripts/activate
(.ts-mig) $ pip install -e .
```