Skip to main content

AlloyDB setup

  • Maintained by: dbt Labs
  • Authors: dbt Labs
  • GitHub repo: dbt-labs/dbt-adapters
  • PyPI package: dbt-postgres
  • Slack channel: #db-postgres
  • Supported dbt Core version: v1.0.0 and newer
  • dbt support: Not Supported
  • Minimum data platform version: ?

Installing dbt-postgres

Use pip to install the adapter. Before 1.8, installing the adapter would automatically install dbt-core and any additional dependencies. Beginning in 1.8, installing an adapter does not automatically install dbt-core. This is because adapters and dbt Core versions have been decoupled from each other so we no longer want to overwrite existing dbt-core installations. Use the following command for installation:

python -m pip install dbt-core dbt-postgres

Configuring dbt-postgres

For AlloyDB-specific configuration, please refer to AlloyDB configs.

Profile Configuration

AlloyDB targets are configured exactly the same as Postgres targets.

Was this page helpful?

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

0