Delete a table from a SQL Server connection
Whenever you try to remove a table in a connection, ThoughtSpot checks for dependencies and shows a list of dependent objects. You can select the listed objects to delete them or remove the dependency. Then you can remove the table.
To delete a table from a SQL Server connection:
-
Click the app switcher menu and then click Spotter.
-
On the left side of the screen, select Manage data > Manage data sources.
-
On the Data workspace page, click Connections.
-
Select the name of the connection that contains the table you want to delete.
-
Find the table you want to delete in the list, and select the checkbox next to its name.
-
Click Delete, and then select Delete again to confirm.
If you attempt to delete a table with dependent objects, the operation is blocked. A Cannot delete window appears, with a list of links to dependent objects. See Delete a table with dependent objects.
See the Connection reference for details of connection parameters.
Related information