GoogleCloudPlatform / GoogleCloudPlatform/cloud-data-quality
Implement tagging for rule binding and tags execution
Open
- Dominant language
- Python
- Stars
- 283
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
It would be really helpful if we could tag the rule bindings, and then execute the DQ checks for those tagged rule bindings only, similar to how it's done in dbt. Something like:
```
rule_bindings:
my_rule_binding:
tags: ["weekly"]
...
```
and then:
```
python3 clouddq_executable.zip tag:weekly ...
```
Would this be something easy to implement?
Contributor guide
Assessment
This issue has not been assessed yet.