Skip to main content

About dbt Core setup

dbt Core is an open-source tool that enables data teams to transform data using analytics engineering best practices. You can install dbt locally in your environment and use dbt Core on the command line. It can communicate with databases through adapters.

This section of our docs will guide you through various settings to get started:

If you're interested in using a command line interface to develop dbt projects in dbt Cloud, the dbt Cloud CLI lets you run dbt commands locally. The dbt Cloud CLI is tailored for dbt Cloud's infrastructure and integrates with all its features.

If you need a more detailed first-time setup guide for specific data platforms, read our quickstart guides.

0