Skip to content

model contracts on models materialized as views#7120

Merged
emmyoop merged 7 commits intomainfrom
er/ct-2167-model-contracts-mats
Mar 7, 2023
Merged

model contracts on models materialized as views#7120
emmyoop merged 7 commits intomainfrom
er/ct-2167-model-contracts-mats

Conversation

@emmyoop
Copy link
Member

@emmyoop emmyoop commented Mar 3, 2023

resolves #7034

Description

Enforces model contracts for view materializations in default macros + postgres.

Checklist

@cla-bot cla-bot bot added the cla:yes label Mar 3, 2023
@emmyoop emmyoop changed the title Er/ct 2167 model contracts mats model contracts on models materialized as views Mar 3, 2023
@emmyoop emmyoop marked this pull request as ready for review March 6, 2023 19:33
@emmyoop emmyoop requested review from a team as code owners March 6, 2023 19:33
@emmyoop emmyoop merged commit e895fe9 into main Mar 7, 2023
@emmyoop emmyoop deleted the er/ct-2167-model-contracts-mats branch March 7, 2023 22:27
peterallenwebb pushed a commit that referenced this pull request Mar 14, 2023
* first pass

* rename tests

* fix failing test

* changelog

* fix functional test

* Update core/dbt/parser/base.py

* Update core/dbt/parser/schemas.py
peterallenwebb added a commit that referenced this pull request Mar 22, 2023
* ct-2198: clean up some type names and uses

* CT-2198: Unify constraints and constraints_check properties on columns

* Make mypy version consistently 0.981 (#7134)

* CT 1808 diff based partial parsing (#6873)

* model contracts on models materialized as views (#7120)

* first pass

* rename tests

* fix failing test

* changelog

* fix functional test

* Update core/dbt/parser/base.py

* Update core/dbt/parser/schemas.py

* Create method for env var deprecation (#7086)

* update to allow adapters to change model name resolution in py models (#7115)

* update to allow adapters to change model name resolution in py models

* add changie

* fix newline adds

* move quoting into macro

* use single quotes

* add env DBT_PROJECT_DIR support #6078 (#6659)

Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>

* Add new index.html and changelog yaml files from dbt-docs (#7141)

* Make version configs optional (#7060)

* [CT-1584] New top level commands: interactive compile (#7008)

Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>

* CT-2198: Add changelog entry

* CT-2198: Fix tests which broke after merge

* CT-2198: Add explicit validation of constraint types w/ unit test

* CT-2198: Move access property, per code review

* CT-2198: Remove a redundant macro

* CT-1298: Rework constraints to be adapter-generated in Python code

* CT-2198: Clarify function name per review

---------

Co-authored-by: Gerda Shank <gerda@dbtlabs.com>
Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
Co-authored-by: Stu Kilgore <stu.kilgore@dbtlabs.com>
Co-authored-by: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com>
Co-authored-by: Leo Schick <67712864+leo-schick@users.noreply.github.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
Co-authored-by: FishtownBuildBot <77737458+FishtownBuildBot@users.noreply.github.com>
Co-authored-by: dave-connors-3 <73915542+dave-connors-3@users.noreply.github.com>
Co-authored-by: Kshitij Aranke <kshitij.aranke@dbtlabs.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CT-2167] Enforce model contracts for default view materializations

2 participants