> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ThoughtSpot (Beta)

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

Paradime's ThoughtSpot's dbt™ sync simplifies integrating dbt™ models by automatically generate ThoughtSpot Worksheets for data searching directly from Paradime.

### Prerequisites

<Info>
  This guide assumes you already have created a [connection](https://docs.thoughtspot.com/cloud/latest/connections) in ThoughtSpot to your external cloud data warehouse: Amazon Redshift, Databricks, Google BigQuery, or Snowflake.
</Info>

* Connect the [Paradime Thoughtspot integration.](/integrations/thoughtspot)
* Create a new [Bolt Schedule ](/products/bolt/creating-schedules/index)in Paradime, called `thoughtspot_dbt_sync` , configure this to execute `dbt docs generate.` Choose a Cron schedules that represent your development lifecycle. Start with `@daily` and adjust as needed. We will use this Bolt schedule to generate the artifacts needed by ThoughtSpot to create Worksheets.
* Execute successfully the `thoughtspot_dbt_sync` Bolt schedule at least once.

### Sync your dbt™ models to ThoughtSpot

You can set up your dbt™ sync by navigating to Bolt and then select *Thoughtspot* dbt™ *sync* from the left panel. To sync dbt™ and create ThoughtSpot Worksheets:

1. Click on *Get All Models* to get a list of all dbt™ models in your project, here we will use the latest artifacts for the Bolt Schedule called `thoughtspot_dbt_sync.`
2. From the list, select the models you want to use to sync and create ThoughtSpot Worksheets and click on *Go To Summary.*
3. Enter the connection name of your data warehouse, configured in [ThoughtSpot connection](https://docs.thoughtspot.com/cloud/latest/connections).
4. Enter the database name for your ToughtSpot connection. This database must contain the tables that are created from your dbt™ models.
5. When done hit the *Sync to ThoughtSpot* button to initiate the sync and start generating ThoughtSpot Worksheets.

<Arcade src="https://demo.arcade.software/rP98flUkKL51fCNEmGyS?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="ThoughtSpot (Beta)" />


## Related topics

- [ThoughtSpot](/integrations/thoughtspot.md)
- [ThoughtSpot assets](/products/data-catalog/data-assets/thoughtspot-assets.md)
- [Thoughtspot](/products/bolt/ci-cd/lineage-diff/thoughtspot.md)
- [BI Tools](/products/bolt/integrations/bi/index.md)
