Skip to content
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

New empty mode for indirect selection #3738

Merged
merged 52 commits into from
Jul 25, 2023
Merged

New empty mode for indirect selection #3738

merged 52 commits into from
Jul 25, 2023

Conversation

nghi-ly
Copy link
Contributor

@nghi-ly nghi-ly commented Jul 13, 2023

What are you changing in this pull request and why?

For v1.5, indirect_selection includes a new empty mode. Add docs for the new mode.

Ran a search on the docs.getdbt.com repo and found these instances of buildable (where empty should be added): https://github.com/search?q=repo%3Adbt-labs%2Fdocs.getdbt.com+buildable&type=code . So updated these pages:

Resolves #3404

Checklist

@nghi-ly nghi-ly requested a review from a team as a code owner July 13, 2023 21:55
@netlify
Copy link

netlify bot commented Jul 13, 2023

Deploy Preview for docs-getdbt-com ready!

Name Link
🔨 Latest commit cd70b4e
🔍 Latest deploy log https://app.netlify.com/sites/docs-getdbt-com/deploys/64bfe46e9b968400085d1ba2
😎 Deploy Preview https://deploy-preview-3738--docs-getdbt-com.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the content Improvements or additions to content label Jul 13, 2023
@nghi-ly nghi-ly added auto update and removed content Improvements or additions to content labels Jul 13, 2023
@github-actions github-actions bot added Docs team Authored by the Docs team @dbt Labs size: medium This change will take up to a week to address labels Jul 13, 2023
1. `eager` (default) - include ANY test that references the selected nodes
1. `cautious` - restrict to tests that ONLY refer to selected nodes
1. `buildable` - restrict to tests that ONLY refer to selected nodes (or their ancestors)
1. `empty` - restrict to tests that are only for the selected node and ignore all tests from the attached nodes
Copy link
Contributor Author

@nghi-ly nghi-ly Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nghi-ly nghi-ly merged commit cd6a893 into current Jul 25, 2023
@nghi-ly nghi-ly deleted the ly-docs-issue-3404 branch July 25, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto update Docs team Authored by the Docs team @dbt Labs size: medium This change will take up to a week to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

empty indirect selection mode
2 participants