Getting IndexError: list index out of range while executing cs_tools tools searchable deploy command #218 #222
Unanswered
Subhransuusa
asked this question in
Q&A
Replies: 1 comment
-
any update |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Platform Configuration
│ │ ] │ │
│ │ TOOL_TASKS = [ │ │
│ │ │ <cs_tools.cli.progress.WorkTask object at 0x7f909d566a70>, │ │
│ │ │ <cs_tools.cli.progress.WorkTask object at 0x7f909e47d6c0>, │ │
│ │ │ <cs_tools.cli.progress.WorkTask object at 0x7f909e47e1a0> │ │
│ │ ] │ │
│ │ tracker = <cs_tools.cli.progress.WorkTracker object at 0x7f909d022380> │ │
│ │ ts = <cs_tools.thoughtspot.ThoughtSpot object at 0x7f909c85b520> │ │
│ ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
IndexError: list index out of range
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Deploying Searchable
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Getting details for data source ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0:00:00
Customizing Searchable Model to your cluster ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0:00:00
Deploying TML to ThoughtSpot ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0:00:08
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Elapsed 0h 00m 09s Control-C to Quit 0 Background Tasks
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Description
I am using the deploy command : cs_tools tools searchable deploy --connection-guid 36bb83f5-5755-480e-942e-bd058053a266
2025-04-01T17_27_35.log
--database MPA_DW --schema THOUGHTSPOT_METADATA --config thoughtspot_dev_instance
it populated below information and then "Index out of range error" came.
PA_DW --schema THOUGHTSPOT_METADATA --config thoughtspot_dev_instance
[22:43:13] INFO TABLE 'TS_METADATA_COLUMN' successfully imported app.py:184
INFO TABLE 'TS_USER' successfully imported app.py:184
INFO TABLE 'TS_SHARING_ACCESS' successfully imported app.py:184
INFO TABLE 'TS_DATA_SOURCE' successfully imported app.py:184
INFO WORKSHEET 'CS Tools ~ BI Server Advanced' successfully imported app.py:184
INFO TABLE 'TS_ORG' successfully imported app.py:184
INFO LIVEBOARD 'CS Tools ~ Worksheet Column Utilization' successfully imported app.py:184
INFO LIVEBOARD 'CS Tools ~ ThoughtSpot Adoption' successfully imported app.py:184
2025-04-01T17_27_35.log
Beta Was this translation helpful? Give feedback.
All reactions