Johann Miller
Johann Miller
## Summary & Motivation ## How I Tested These Changes
If you select an asset check and not the selected asset, just add it to the dbt selection instead of setting DBT_INDIRECT_SELECTION to empty and listing all tests
When using `dbt.cli(..., raise_on_error=False)`, users may still want to retrieve the error that would have been raised. `_errors` is private, so they couldn't put this together themselves either.
Options for executing checks without materializing assets are currently limited in the UI. You can launch individual checks, or all checks for one asset. You can't launch checks for multiple...