mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 05:13:15 +00:00
12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
![]() |
namespace com.mycompany.dq
|
||
|
|
||
|
@Event = {
|
||
|
"name": "dataQualityEvent",
|
||
|
}
|
||
|
record DataQualityEvent {
|
||
|
type: enum DataQualityEventType {
|
||
|
ASSERTION
|
||
|
PROFILE
|
||
|
}
|
||
|
}
|