Skip to main content

AlloyDB setup

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

Installing dbt-postgres

Use pip to install the adapter, which automatically installs dbt-core and any additional dependencies. Use the following command for installation:

python -m pip install 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.

0