GoogleCloudPlatform/cloud-data-quality

add more default rule types

開放

#2 建立於 2021年4月3日

 (3 則留言) (0 個反應) (0 位負責人)Python (58 個分叉)auto 404
good first issuehelp wanted

倉庫指標

星標
 (280 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南