Skip to content

Update the refs to reflect individual adapters moving into dbt-adapters monorepo #990

@dbeatty10

Description

@dbeatty10

Describe the bug

dbt-postgres moved to the dbt-adapters monorepo. We need to update the refs so that they don't point to a stale version of dbt-postgres.

See dbt-labs/dbt-adapters#615 for more detail.

Next steps

Replace anything like this:

git+https://github.com/dbt-labs/dbt-postgres.git@main#egg=dbt-postgres

with this:

git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-postgres

e.g.,

dbt-postgres@git+https://github.com/dbt-labs/dbt-postgres.git

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions