From f50b948fa7db14c5f44d173528736e05f64426b4 Mon Sep 17 00:00:00 2001 From: Bryant Howell - ThoughtSpot <83678239+bryanthowell-ts@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:40:24 -0600 Subject: [PATCH 1/3] Update README.md Added note on when to upgrade if errors are coming from the EDOC PROTO --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a14e469..8f5e7bb 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ __Installation is as simple as:__ pip install thoughtspot-tml ``` +## Upgrade after ThoughtSpot instance upgrades +If you see errors after the `.load()` method when loading a TML file exported directly from your ThoughtSpot instance, please upgrade to the latest `thoughtpot_tml`. + +New attributes may have been added to the TML specification that are not present in the older version of `thoughtspot_tml` 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. From a10ba6a75e7103bc8063b3bc7bbc4233eb3964ef Mon Sep 17 00:00:00 2001 From: Bryant Howell - ThoughtSpot <83678239+bryanthowell-ts@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:42:39 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f5e7bb..4462497 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ pip install thoughtspot-tml ``` ## Upgrade after ThoughtSpot instance upgrades -If you see errors after the `.load()` method when loading a TML file exported directly from your ThoughtSpot instance, please upgrade to the latest `thoughtpot_tml`. +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` you have installed. +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 From a61dbcfa10b9a69803225c8db02f04eef1ecaf1c Mon Sep 17 00:00:00 2001 From: Bryant Howell - ThoughtSpot <83678239+bryanthowell-ts@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:53:14 -0600 Subject: [PATCH 3/3] Update README.md Better title for section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4462497..5299abb 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ __Installation is as simple as:__ pip install thoughtspot-tml ``` -## Upgrade after ThoughtSpot instance upgrades +## 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.