dbt-labs / dbt-common

Apache License 2.0
10 stars 15 forks source link

Add to and to_columns to ColumnLevelConstraint and ModelLevelConstraint contracts #168

Closed MichelleArk closed 3 months ago

MichelleArk commented 3 months ago

Housekeeping

Short description

as part of https://github.com/dbt-labs/dbt-core/issues/8062, we will need to extend these contracts to optionally include to and to_columns fields.

Acceptance criteria

ColumnLevelConstraints and ModelLevelConstraints have optional to and to_column contracts.

Suggested Tests

N/A

Impact to Other Teams

N/A

Will backports be required?

nope

Context

No response