GoogleCloudPlatform/cloud-data-quality

add more default rule types

Offen

#2 geöffnet am 03.04.2021

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (58 Forks)auto 404
good first issuehelp wanted

Repository-Metriken

Stars
 (280 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We should be able to implement all of dbt's schema tests as CUSTOM_SQL_STATEMENT. There may be other rules we can implement from https://docs.greatexpectations.io/en/latest/reference/glossary_of_expectations.html#dataset.

We should consider how to allow rules that reference multiple tables using references to tables (with overrides). The current alternative is to parameterize the table names.

It it make sense we may want to implement the rule directly in https://github.com/GoogleCloudPlatform/cloud-data-quality/blob/main/clouddq/classes/rule_type.py

Contributor Guide