Skip to main content

About self-hosted dbt v2 installation

important

dbt v2 is available for installation in:

Join the conversation in our Community Slack channel #dbt-fusion-engine.

Learn more about installing dbt v2 locally, along with important prerequisites, step-by-step installation instructions, troubleshooting common issues, and configuration guidance.

Prerequisites

Before installing dbt v2, ensure that you:

  • Have administrative privileges to install software on your local machine.
  • Are comfortable using a command-line interface (Terminal on macOS/Linux, PowerShell on Windows).
  • Use a supported data warehouse and authentication method and configure permissions as needed:
     BigQuery
     Databricks
    • Service Account / User Token
    • Native OAuth
     Redshift
    • Username / Password
    • IAM profile
     Snowflake
    • Username / Password
    • Native OAuth
    • External OAuth
    • Key pair using a modern PKCS#8 method
    • MFA
     ClickHousePrivate beta
    • Username / Password
     Apache Spark (CLI only)Beta
    • Thrift
      • Simple Authentication and Security Layer (SASL) PLAIN
      • No SASL (NOSASL)
    • Livy
      • Basic authentication (username and password)
      • When deployed on Amazon Web Services (AWS): AWS Signature Version 4
        • Supports authentication using single sign-on, service accounts, or user tokens
     DuckDB (CLI only)

    DuckDB does not require authentication — it runs locally on your machine.

    Note that adapter lifecycle may differ between the dbt platform and local development. An adapter can reach GA in the dbt platform before it reaches GA for local use.
  • Use a supported operating system:
    • macOS: Supported on both Intel (x86-64) and Apple Silicon (ARM)
    • Linux: Supported on both x86-64 and ARM
    • Windows: Supported on x86-64; ARM support coming soon

Getting started

If you're ready to get started, choose one of the following options. To learn more about which tool is best for you, see the v2 availability page.

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

0
Loading