mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 10:57:52 +00:00
fix(ui) Get all entity assertions in chrome extension (#7849)
This commit is contained in:
parent
34c5847b17
commit
90f653b622
@ -810,9 +810,9 @@ fragment searchAcrossRelationshipResults on SearchAcrossLineageResults {
|
||||
entity {
|
||||
...searchResultFields
|
||||
... on Dataset {
|
||||
assertions @include(if: $includeAssertions) {
|
||||
assertions(start: 0, count: 1000) @include(if: $includeAssertions) {
|
||||
assertions {
|
||||
runEvents(limit: 1) {
|
||||
runEvents(status: COMPLETE, limit: 1) {
|
||||
total
|
||||
failed
|
||||
succeeded
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user