Arcwise Documentation
English
English
  • πŸ‘‹Welcome to Arcwise!
  • πŸ“˜Arcwise setup
    • βš™οΈUser & Role Management
    • 🌐Add to Google Workspace
    • πŸ”ŒConnect Data Warehouse
      • πŸ“«Arcwise Fixed IP Address
      • ❄️Snowflake
      • πŸ”BigQuery
      • 🐘Postgres
      • 🧱Databricks
      • πŸͺΆAthena
      • πŸͺ£S3
    • πŸ’»Connecting data tools
      • πŸŽ†Connect to dbt
      • πŸ”ŽConnect to Looker
      • 🧊Connect to Cube
    • πŸ“œAudit logging
    • ☁️Integrations
      • Overview
      • Hubspot
      • Salesforce
    • ❔FAQ
  • πŸ”Google Login Errors
  • πŸ“œProduct Changelog
  • Connecting data
    • ✨Connecting Data
    • πŸ’ΏData Warehouse
    • ⬆️Uploading CSV Files
    • πŸ”¨Importing Data from Other Tools
    • πŸ€–Selecting Spreadsheet Data for AI Analysis
  • Using Arcwise in sheets
    • ▢️Arcwise Connected Data
      • Adding Columns
      • Filtering
      • Sorting
    • πŸ—ƒοΈWorking With Large Data
    • πŸ§ͺUsing Formulas in Sheets
    • 🟰Supported Formulas
    • πŸ“ŠPivot Tables
    • πŸ“‰Creating Manual Visualizations
  • Using Arcwise AI Analyst
    • πŸ€–AI Analyst Overview
    • ❇️Using AI Analyst in Sheets
    • πŸ“‚Getting Data Using AI
    • πŸ“ˆCreating a Visual
    • πŸ’‘Generating an Insight
    • πŸ“ƒUsing AI Analyst on Spreadsheet Data
    • Embedding the AI Analyst Chat
  • Using Arcwise AI Formulas
    • πŸ€–GPT Formulas Overview
    • βœ”οΈGPT Formula Basics
    • πŸ“–GPT Formula Reference
Powered by GitBook
On this page
  • Adding DBT
  • Form Details
  • Indexing
  1. Arcwise setup
  2. Connecting data tools

Connect to dbt

PreviousConnecting data toolsNextConnect to Looker

Last updated 11 months ago

Once you’ve set up the initial data warehouse connection, you can add dbt jobs linked to the warehouse account.

NOTE: this requires Job Viewer role access to a dbt Cloud account.

Adding DBT

  1. In the Connections tab, click on the connection that should have linked dbt jobs.

  2. Go to the dbt connections section and click the Add dbt connection button.

  3. Fill in the form with the required details. See below for additional details.

Form Details

Account and job ID

In dbt Cloud, navigate to the Jobs list under the Deploy menu. Click on the job that you want to connect to Arcwise (if you have multiple jobs, please select the job that builds your dbt docs, i.e. it includes a dbt docs generate step). The URL should be in the form

https://cloud.getdbt.com/next/deploy/[ACCOUNT-ID]/projects/[PROJECT_ID]/jobs/[JOB_ID]

Copy and paste the account and job numbers into the Arcwise form.

Service token
Semantic Layer Proxy URL

Indexing

After the dbt connection has been successfully saved, navigate to the β€œTables” tab and you should see the models and metrics belonging to your dbt job.

See instructions in . The token must have access to both the Metadata API and Job Admin.

If you want to allow Arcwise to use , then you’ll need to link Arcwise to the dbt Semantic Layer. Follow the (if you haven’t already) and paste the proxy URL from your job’s environment into Arcwise.

By default, Arcwise will index all models and metrics linked to the job that have not been marked as hidden from dbt docs. To hide things from Arcwise, you can set the docs config to show: false - please see the for how to do this for an individual model or entire folders.

πŸ“˜
πŸ’»
πŸŽ†
dbt docs for generating a service token
dbt metrics
semantic layer setup instructions from the dbt docs
official dbt docs