mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-22 16:18:10 +00:00
81 lines
2.0 KiB
GraphQL
81 lines
2.0 KiB
GraphQL
![]() |
query getDashboard($urn: String!) {
|
||
|
dashboard(urn: $urn) {
|
||
|
urn
|
||
|
type
|
||
|
tool
|
||
|
dashboardId
|
||
|
info {
|
||
|
name
|
||
|
description
|
||
|
charts {
|
||
|
urn
|
||
|
tool
|
||
|
type
|
||
|
info {
|
||
|
name
|
||
|
description
|
||
|
}
|
||
|
ownership {
|
||
|
owners {
|
||
|
owner {
|
||
|
urn
|
||
|
type
|
||
|
username
|
||
|
info {
|
||
|
active
|
||
|
displayName
|
||
|
title
|
||
|
email
|
||
|
firstName
|
||
|
lastName
|
||
|
fullName
|
||
|
}
|
||
|
editableInfo {
|
||
|
pictureLink
|
||
|
}
|
||
|
}
|
||
|
type
|
||
|
}
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
url
|
||
|
access
|
||
|
lastRefreshed
|
||
|
created {
|
||
|
time
|
||
|
}
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
}
|
||
|
ownership {
|
||
|
owners {
|
||
|
owner {
|
||
|
urn
|
||
|
type
|
||
|
username
|
||
|
info {
|
||
|
active
|
||
|
displayName
|
||
|
title
|
||
|
email
|
||
|
firstName
|
||
|
lastName
|
||
|
fullName
|
||
|
}
|
||
|
editableInfo {
|
||
|
pictureLink
|
||
|
}
|
||
|
}
|
||
|
type
|
||
|
}
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|