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. 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:
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