Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Update README.md #26

Merged
merged 3 commits into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ __Installation is as simple as:__
pip install thoughtspot-tml
```

## Upgrade library after ThoughtSpot is upgraded
If you have errors using the `.load()` method on a TML file directly exported with no modification from ThoughtSpot, please upgrade to the latest `thoughtpot_tml` version.

New attributes may have been added to the TML specification that are not present in the older version of `thoughtspot_tml` library you have installed.

## A Basic Example

This example creates a command-line tool for changing the prefix in the names of the Table objects that a Worksheet object connects to.
Expand Down
Loading