-
Notifications
You must be signed in to change notification settings - Fork 198
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
Implement dbt exposure selector #1559
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for sunny-pastelito-5ecb04 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1559 +/- ##
==========================================
- Coverage 97.34% 97.31% -0.03%
==========================================
Files 80 80
Lines 4903 4923 +20
==========================================
+ Hits 4773 4791 +18
- Misses 130 132 +2 ☔ 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.
This is a great feature. Thank you for extending Cosmos selectors, @ghjklw !
Since it is a new feature, we'll be releasing this in Cosmos 1.10
I'm happy for us to merge this feature once the tests are passing - could you please address the codecov feedback?
Description
Implement dbt exposure selector, following exactly the same pattern as source.
Related Issue(s)
Closes #1551
Breaking Change?
No
Checklist