You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
hi, i wonder if you have plan to supporting dbt-expectations? Such as using dbt-expectations rules inside configs/rules.
If not, can i make issue with details and go for it?
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
The text was updated successfully, but these errors were encountered: