GoogleCloudPlatform / GoogleCloudPlatform/cloud-data-quality

Implement tagging for rule binding and tags execution

Open
#253 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.