Hi Team, I was able to create an assertion on a da...
# getting-started
n
Hi Team, I was able to create an assertion on a dataset via OpenAPI and I can view the same under the Validation tab of the corresponding dataset. However, I am not sure how to run that as there is no way to execute it on the UI. I also tried adding records in the table that would break the validation (having age > 60) but still it says
No assertions have run
. I also re-ran the ingestion to reflect updated number of rows. What is the correct way of executing assertions ?
1
d
Hi, Open Source DataHub doesn't run assertions for you - you would need to use an external data tool like great expectations, dbt tests, etc to evaluate the assertions and publish the results to DataHub
n
Thanks @delightful-ram-75848 for the clarification.