Adriana Abad - Hi there! Can I get some help w...

Hi there! Can I get some help with the cs_tools ? https://thoughtspot.github.io/cs_tools/guides/process-vcs/ I'm trying to update a very simple TML using the cs_tools but I'm getting this error: ────────────────────────────────────────────────────────────── TML Status ───────────────────────────────────────────────────────────────╮ │ │ │ Type GUID Name Message │ │ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ │ ❌ MODEL new_model_test 1 issue, use --log-errors for details │ │ │ ╰────────────────────────────────────────────────────────────────────────────────── TML / SCRIPTABILITY / IMPORT . POLICY :: ALL_OR_NONE ─╯ [11:59:26] ERROR None >> Found 1 issue. app.py:414
Compulsory Field <b> worksheet->model_tables(1st)->name </b> is not populated. ERROR One or more TMLs failed to fully deploy, check the logs or use --log-errors for more details.
Which it's interesting because before I try to upload the TML from my local environment I first validate it using the UI and there was no error.
TML Deployments CI/CD - CS Tools
Scale your ThoughtSpot adoption with tools created by the ThoughtSpot Solutions Consulting organization.
3 Replies
Adriana Abad
Adriana AbadOP4mo ago
No description
Adriana Abad
Adriana AbadOP4mo ago
I tried this two commands (both throwing the same error): Update
cs_tools tools scriptability import \
--directory ./tml \
--metadata-types MODEL \
--source-environment team1_xxxxx \
--target-environment team1_xxxxx \
--log-errors
cs_tools tools scriptability import \
--directory ./tml \
--metadata-types MODEL \
--source-environment team1_xxxxx \
--target-environment team1_xxxxx \
--log-errors
Deploy
cs_tools tools scriptability deploy \
--directory ./tml \
--source-environment team1_xxxxx \
--target-environment team1_xxxxx \
--metadata-types MODEL \
--deploy-type FULL \
--deploy-policy ALL_OR_NONE \
--log-errors
cs_tools tools scriptability deploy \
--directory ./tml \
--source-environment team1_xxxxx \
--target-environment team1_xxxxx \
--metadata-types MODEL \
--deploy-type FULL \
--deploy-policy ALL_OR_NONE \
--log-errors
shikharTS
shikharTS4mo ago
It seems the error is being thrown from the CS tools rather than from TS. Can you share the TML you are trying to import?

Did you find this page helpful?