-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add to and to_column(s) to ColumnLevelConstraint and ModelLevelConstraint contracts #163
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
==========================================
- Coverage 64.34% 64.31% -0.04%
==========================================
Files 51 51
Lines 3223 3225 +2
==========================================
Hits 2074 2074
- Misses 1149 1151 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ed9ee13
to
f5e2c35
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
The 'services' table has an implicit dependency to the 'structures' mart as its contracy enforces a check on its structure_id key towards that table. Make sure DBT knows about it so it generates the structures first. Referenced by dbt-labs/dbt-core#8062, might be fixed in dbt-labs/dbt-common#163 last week but: - not released - not documented - not sure the commit will actually help when I read it, needs more changes I suppose
The 'services' table has an implicit dependency to the 'structures' mart as its constraint enforces a check on its structure_id key towards that table. Make sure DBT knows about it so it generates the structures first. Referenced by dbt-labs/dbt-core#8062, might be fixed in dbt-labs/dbt-common#163 last week but: - not released - not documented - not sure the commit will actually help when I read it, needs more changes I suppose
The 'services' table has an implicit dependency to the 'structures' mart as its constraint enforces a check on its structure_id key towards that table. Make sure DBT knows about it so it generates the structures first. Referenced by dbt-labs/dbt-core#8062, might be fixed in dbt-labs/dbt-common#163 last week but: - not released - not documented - not sure the commit will actually help when I read it, needs more changes I suppose
The 'services' table has an implicit dependency to the 'structures' mart as its constraint enforces a check on its structure_id key towards that table. Make sure DBT knows about it so it generates the structures first. Referenced by dbt-labs/dbt-core#8062, might be fixed in dbt-labs/dbt-common#163 last week but: - not released - not documented - not sure the commit will actually help when I read it, needs more changes I suppose
The 'services' table has an implicit dependency to the 'structures' mart as its constraint enforces a check on its structure_id key towards that table. Make sure DBT knows about it so it generates the structures first. Referenced by dbt-labs/dbt-core#8062, might be fixed in dbt-labs/dbt-common#163 last week but: - not released - not documented - not sure the commit will actually help when I read it, needs more changes I suppose
The 'services' table has an implicit dependency to the 'structures' mart as its constraint enforces a check on its structure_id key towards that table. Make sure DBT knows about it so it generates the structures first. Referenced by dbt-labs/dbt-core#8062, might be fixed in dbt-labs/dbt-common#163 last week but: - not released - not documented - not sure the commit will actually help when I read it, needs more changes I suppose
resolves #168
Description
as part of dbt-labs/dbt-core#8062, we will need to extend these contracts to optionally include to and to_columns fields.
Checklist
constraint.to
andconstraint.to_columns
on foreign key constraints dbt-core#10414 and render to and to_columns on column and model level fk constraints dbt-adapters#260; confirmed existing parsing works + extensions are parsedchangie new
to create a changelog entry