Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove definition of
Mergeable
from dbt/contracts/util
Although we've removed the definition of `Mergeable` we've ensured the import paths are still available. We do this because this is under `contracts`, and the sudden disappearance from the import path might cause issues for community members using dbt-core as a library. Ideally we'd define a `Mergeable` class here that inherits the `dbt-common` definition and raise a deprecation warning on instantiation. However, we don't have an established strategy to do so.
- Loading branch information