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
Browse files Browse the repository at this point in the history
Update to note on GUID update vs. create
  • Loading branch information
bryanthowell-ts authored Sep 10, 2024
1 parent c416d92 commit 99aca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ tml = disambiguate(tml, guid_mapping=name_guid_map)
## Notes on __ThoughtSpot Modeling Language__

- TML is implemented in the YAML 1.1 spec.
- When importing a TML file, if the `guid` matches to an existing object, then that object will be updated. If the `guid` is missing or does not match an object, a new object is created with a new GUID.
- When importing a TML file, if the `guid` matches to an existing object in the same Org being uploaded into, then that object will be updated. If the `guid` is missing or does not match an object in that Org, a new object is created with a new GUID. GUIDs are unique to the entire ThoughtSpot instance - if no GUID match is found in an Org, but the GUID has not been used on the instance, ThoughtSpot will use the GUID provided in the TML file when creating the new object.

## Want to contribute?

Expand Down

0 comments on commit 99aca4d

Please sign in to comment.