If I want to update the Validation tab on a regula...
# ingestion
b
If I want to update the Validation tab on a regular schedule, should I make a new type of Source? If so, is there a better way of doing that than using the DatahubRestEmitter?
m
Not sure I understand the question @brainy-shampoo-83265. Are you integrating Great Expectations with DataHub? or your in-house data quality tool?
b
Either way, we can help
b
I’m a PM at Anomalo. We’re getting interest with integration Anomalo with Datahub. We found the GE integration and the example script for data quality in your Github repo. We have a script based on that example script that updates Datahub metadata that information from Anomalo but would love an automated way of doing it. The example script uses a push based approach using the emitter. We’d like to do a pull based approach similar to Sources, where you can schedule the update. I’m wondering if there’s an example of that with the Validations tab.
b
Glad to hear about this effort @brainy-shampoo-83265. Yeah so if you follow the action.py to emit 1. Assertion Entity 2. Assertion Run Event It will immediately start to appear in the DataHub UI! | @hundreds-photographer-13496 or myself can help answer any specific questions about the data model, contract, etc