-
Notifications
You must be signed in to change notification settings - Fork 218
run a single test from datacontract.yaml #1080
Description
Hi Team
Our Use Case
We have a datacontract.yaml file for a table that includes several quality tests. These tests are critical, non-critical, performance-intensive, or less performance-intensive.
We would like to execute these tests based on their category or run them in parallel (at different places or times in our data pipeline) without splitting the main datacontract.yaml into multiple files.
Currently, I see that the datacontract test option provides granularity at the YAML file level, but not at the level of tags or individual quality test names.
Requested Feature
It would be very useful for us if we could assign tags to our tests and run them selectively. For example, using a command like this: datacontract test --server production datacontract.yaml --tag [my_tag]
Are there any plans to support such functionality in the future?
Thanks in advance for your response and assistance!