dbt-labs / dbt-postgres

Apache License 2.0
31 stars 12 forks source link

Remove tests inadvertently migrated during the core-adapter de-coupling #34

Closed mikealfare closed 7 months ago

mikealfare commented 7 months ago

Problem

We migrated too many tests when de-coupling dbt-postgres and dbt-core

Solution

We will evaluate tests as they start failing and remove them if they are inappropriate. This PR removes the dependencies and metrics suites.

Checklist