Upload and run a SQL script

You can import a schema through the Web browser, allowing you to run your SQL script without SSH access for the cluster.

You can run a SQL script to create your database schema and relationships or joins through the browser, without having to log in to the shell on the ThoughtSpot instance. You can edit the script and run it directly in the browser to create the schema. Note that you must have the can manage data permission and admin privileges to upload schemas. Use this feature for the following actions:

Run or edit an existing script

To run or edit a SQL script that you already wrote to create your database schema and relationships through the browser, follow these steps.

  1. Log in to ThoughtSpot from a browser.

  2. Click Data, on the top navigation bar.

  3. Click the More menu icon more options menu icon, and select Upload schema.

    Upload schema
  4. Drag and drop your SQL script into the browser, or choose Browse Your Files to locate it. You cannot copy and paste an existing SQL script into the SQL editor.

    Drag and drop your SQL script
  5. After you upload your SQL script, you enter the SQL editor. Use it to view your script and make any changes.

    SQL editor
  6. To edit the script, click on the line you would like to change, and type your changes into the interface.

  7. When ready, run your script by clicking the Execute button.

  8. If there are any errors, correct them and run the script again.

Write a new SQL script

To write a new SQL script to create your database schema and relationships through the browser, follow these steps.

  1. Log in to ThoughtSpot from a browser.

  2. Click Data, on the top navigation bar.

  3. Click the ellipsis icon more options menu icon, and select Upload schema.

  4. Select the Write TQL button in the top right corner of the screen.

    Write TQL
  5. After you select Write TQL, you enter the SQL editor. You can write your script for schema and relationship creation in this editor.

    You cannot copy and paste an existing SQL script into the SQL editor.

    When you finish writing a line, click the + icon to insert a new line below.

    Write your schema script
  6. When ready, run your script by clicking the Execute button.

  7. If there are any errors, correct them and run the script again.