Documentation Index
Fetch the complete documentation index at: https://docs.turntable.so/llms.txt
Use this file to discover all available pages before exploring further.
Installing the extension
1. Before proceeding, open a DBT project in VSCode
This is an important step. Otherwise, the install process is likely to fail.2. Install the extension from the VSCode marketplace
Once you reach our page on the marketplace, press theInstall button. You’ll be directed to the install page within VSCode. Simply press the Install button on this page to install the extension.
Prepare for onboarding
3. Locate required information
To successfully onboard onto the extension, you’ll need to have a few pieces of information ready. Please gather the below before proceeding| Information | Currently supported | Plan to support in the near future |
|---|---|---|
| Python interpreter path | 3.9, 3.10, and 3.11. | 3.12 |
| The dbt version your project uses | 1.3, 1.4, 1.5, and 1.6. Note that dbt 1.3 does not work on Python 3.11 | 1.7 |
| The dbt adapter you use | Snowflake, Bigquery, Databricks, Redshift, and Postgres | DuckDB |
The location of the folder where your profiles.yml is stored | Default location (e.g. ~/.dbt or in your project directory), plus any absolute folder path | All valid paths currently supported |
| Environmental variables required by your project | Specifying variables individually | Using a .env file to specify variables |

