-
Notifications
You must be signed in to change notification settings - Fork 180
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 exposure enum to dbtresourcetype #470
add exposure enum to dbtresourcetype #470
Conversation
👷 Deploy Preview for amazing-pothos-a3bca0 processing.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #470 +/- ##
=======================================
Coverage 91.78% 91.79%
=======================================
Files 50 50
Lines 1790 1791 +1
=======================================
+ Hits 1643 1644 +1
Misses 147 147
☔ View full report in Codecov by Sentry. |
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.
Thanks, @mike-winkel , this is very helpful! Please, please add a test covering the breaking behavior before introducing this new resource type?
Hey @mike-winkel , would you like support testing this feature? Your contribution is very valuable, and we'd love to merge it |
This change is a subset of #503, so we are closing this PR. |
Description
Add exposures as a type of dbt node in the DbtResourceType class.
This adds no useful functionality to the repository aside from it not crashing when exposures config is added into dbt projects (used for data lineage).