Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tagging for rule binding and tags execution #253

Open
Luiscri opened this issue Feb 12, 2024 · 1 comment
Open

Implement tagging for rule binding and tags execution #253

Luiscri opened this issue Feb 12, 2024 · 1 comment

Comments

@Luiscri
Copy link

Luiscri commented Feb 12, 2024

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?

@Luiscri
Copy link
Author

Luiscri commented Nov 14, 2024

@thinhha Any thoughts on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant