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

Commit

Permalink
Update README.md (#26)
Browse files Browse the repository at this point in the history
* Update README.md

Added note on when to upgrade if errors are coming from the EDOC PROTO

* Update README.md

* Update README.md

Better title for section
  • Loading branch information
bryanthowell-ts authored Feb 6, 2025
1 parent 9ce83f8 commit 3ad11bc
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 3ad11bc

Please sign in to comment.