Ability to Run Only Tests for a Specific dbt Model Without Executing the Model #1242
Labels
area:config
Related to configuration, like YAML files, environment variables, or executer configuration
dbt:test
Primarily related to dbt test command or functionality
enhancement
New feature or request
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
triage-needed
Items need to be reviewed / assigned to milestone
Description
I would like to propose a feature that allows users to execute only the tests, defined at yaml level of a specific dbt model, without triggering the execution of the model itself in an DbtTaskGroup Airflow pipeline.
Use case/motivation
This could be achieved by adding a configuration that allows users to specify a model in the select parameter and set the test behavior to ONLY_TEST. Here’s an example of how this could look:
With this configuration:
This would make the testing process more flexible and tailored to specific use cases.
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: