Skip to content

dagster-dbt is not respecting--indirect-selection cautious test selection #18891

Answered by johannkm
bolinzzz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bolinzzz, when Dagster asset checks are enabled, we override the dbt indirect selection setting to empty, then pass the exact set of tests we want to run.

It's possible with sensors/schedules to customize which tests run. However currently with Auto materialize, every check on the asset will run with the materialization. We have a tracking issue to customize asset checks + auto materializing here: #16719.

Another relevant issue is to be able to exclude certain tests from being ingested with @dbt_assets: #18124

Currently to stick with auto materializing and to not execute this test, you'll have to disable dbt asset checks until we close one of these issues.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@bolinzzz
Comment options

Answer selected by johannkm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
integration: dbt Related to dagster-dbt area: asset-checks Related to Asset Checks
3 participants