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 dbt v2 data platforms
dbt v2 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.dbt v2 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