Is it possible to test on a source not related to a specific source column? #9424
Replies: 1 comment
-
Yes this is possible. Here's an example from our dbt-utils package -> https://github.com/dbt-labs/dbt-utils?tab=readme-ov-file#equal_rowcount-source |
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
-
I want to run a generic test that I've written against a source. The test doesn't depend on any specific column; the SQL selects against the entire table.
dbt test
isn't picking up the test. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions