-
Hi All, I have been trying to deploy the searchable deploy app in my ThoughtSpot error and seems like it is not able to find a connection for the guid I provided. Here is the command I ran - cs_tools tools searchable deploy --config tegna_prod --connection-guid '467e69bf-49f3-4d94-8cc0-9cd39d9e2eb9' --database 'dev_ope_raw_data' --schema 'cs_tools' Please find attached two files -
I also just ran cs_tools logs report right after I got this error at around 3:30 EST on 5/7/24. Here is the 3 line output from this command - PS C:\Users\bsingh> type 2024-05-07T19_30_59.log Please take a look and let me know what we can do to make this work. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Thanks @bsingh15 , I'm traveling today but I will look into it and get back to you. |
Beta Was this translation helpful? Give feedback.
@bsingh15 I don't document this well. The Syncer TOML is for data loads only. The deploy command uses ThoughtSpot APIs and is only there to put the TML from the repo, into your ThoughtSpot system -- nothing more. It can be run once and then never again.
Snowflake doesn't care about case sensitivity unless you quote, but I would not be surprised if ThoughtSpot's tml code actually does quote object names. This is a pattern that is widely used which may cause issues. I would recommend trying your deploy command use the exact casing that …