Expectation for comparing counts on two tables or two SQL results #5688
raangs
started this conversation in
Expectations
Replies: 1 comment
-
Hey @raangs ! Thanks for reaching out. Take a look at this documentation on making cross-table comparisons. Additionally, take a look at these expectations (1, 2) that may be relevant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have ETL pipelines, and we want to implement some validations on daily ingested ETL data with source tables.
Is there any Expectation i can use, to compare the counts between two tables (preferably using two SQLs) like source table count with target table count.
Beta Was this translation helpful? Give feedback.
All reactions