Skip to main content

About data platform connections

dbt connects to your data platform to run SQL transformations against your data.

(Applies to dbt v2.0 and later)

Supported Fusion data platforms

The dbt Fusion engine includes built-in support for:

Adapter lifecycle can differ between the dbt platform and local development. An adapter can reach GA in the dbt platform before it reaches GA for local use.

Fusion uses ADBC (Arrow Database Connectivity) drivers for high-performance connections to these platforms. No separate adapter installation is required.

Connection profiles

When you run dbt locally, it reads your dbt_project.yml file to find the profile name, then looks for a profile with the same name in your profiles.yml file. This profile contains the connection details for your data platform.

For detailed configuration options, refer to Connection profiles.

Next steps

For step-by-step setup instructions with demo project data, see our Quickstart guides.

Was this page helpful?

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

0