ts-setup-sv

Install and upgrade ThoughtSpot SV stored procedures and deploy skill files.

3|7|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/thoughtspot/thoughtspot-agent-skills --skill ts-setup-sv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ts-setup-sv
Source: https://github.com/thoughtspot/thoughtspot-agent-skills/tree/main/agents/coco/ts-setup-sv
Command: npx skills add https://github.com/thoughtspot/thoughtspot-agent-skills --skill ts-setup-sv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Installs or upgrades the ThoughtSpot API stored procedures used by the semantic view conversion skills and deploys updated skill files from stage to workspace when prompted.

Core Features & Use Cases

  • Install and upgrade the stored procedures TS_SEARCH_MODELS, TS_EXPORT_TML, TS_IMPORT_TML, TS_LIST_CONNECTIONS for ThoughtSpot SV workflows.
  • Deploy updated skill files from the SKILLS.PUBLIC.SHARED stage to the workspace and keep shared references in sync.
  • Validate and map ThoughtSpot profiles to secrets, ensuring secure, repeatable deployments across environments.
  • Maintain an installed version log via SP_VERSIONS to guard against drift and support re-setup after upgrades.

Quick Start

Run ts-setup-sv to install or upgrade the required ThoughtSpot SV procedures and deploy updated skill files.

Frequently Asked Questions about ts-setup-sv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install ThoughtSpot SV stored procedures in Snowflake?

To install ThoughtSpot SV stored procedures in Snowflake, run the ts-setup-sv skill. It automates deployment of procedures like TS_SEARCH_MODELS and TS_IMPORT_TML, ensuring secure and repeatable environment setup.

What is the best way to upgrade outdated ThoughtSpot SV procedures?

The best way to upgrade outdated ThoughtSpot SV procedures is running ts-setup-sv. It reconfigures deployments, applies version tracking via SP_VERSIONS, and updates shared skill files from the Snowflake stage to prevent drift.

Do I need to map profiles to secrets for ThoughtSpot SV setup?

Yes, you need to map ThoughtSpot profiles to secrets for SV setup. The deployment process validates and maps these profiles to secrets, ensuring secure, repeatable installations across your environments.

How does version tracking work for ThoughtSpot SV procedure deployments?

Version tracking for ThoughtSpot SV deployments works by maintaining an installed version log via SP_VERSIONS. This guards against configuration drift and supports reliable re-setup after platform upgrades.

Can I deploy updated skill files from the Snowflake stage to a workspace?

Yes, you can deploy updated skill files from the SKILLS.PUBLIC.SHARED stage to your workspace. The setup process syncs shared references automatically when prompted during installation or reconfiguration.

When should I re-run setup for ThoughtSpot SV procedures?

You should re-run setup for ThoughtSpot SV procedures when stored procedures or stage deployments are outdated or missing. It applies version tracking and secret mapping to ensure secure, repeatable deployments across environments.