Logo
Explore Help
Register Sign In
yujunjun/datahub
2
0
Fork 0
You've already forked datahub
mirror of https://github.com/datahub-project/datahub.git synced 2025-07-25 10:30:04 +00:00
Code Issues Packages Projects Releases Wiki Activity
datahub/datahub-web-react/src/graphql/dataFlow.graphql

36 lines
577 B
GraphQL
Raw Normal View History

feat(lineage): implement support for datasets, charts and dashboards downstream lineage fetching in a generic way (#2397) Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Brian <brianwebtek@gmail.com> Co-authored-by: John Joyce <john@acryl.io> Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2021-04-23 00:18:39 -07:00
fragment dataFlowFields on DataFlow {
urn
type
orchestrator
flowId
cluster
info {
name
description
project
externalUrl
customProperties {
key
value
}
}
ownership {
...ownershipFields
}
globalTags {
...globalTagsFields
}
}
feat(react): add dataJob, dataFlow entity pages, refactor with fragments (#2419)
2021-04-21 12:06:31 -07:00
query getDataFlow($urn: String!) {
dataFlow(urn: $urn) {
feat(lineage): implement support for datasets, charts and dashboards downstream lineage fetching in a generic way (#2397) Co-authored-by: Dexter Lee <dexter@acryl.io> Co-authored-by: Brian <brianwebtek@gmail.com> Co-authored-by: John Joyce <john@acryl.io> Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2021-04-23 00:18:39 -07:00
...dataFlowFields
}
}
mutation updateDataFlow($input: DataFlowUpdateInput!) {
updateDataFlow(input: $input) {
...dataFlowFields
feat(react): add dataJob, dataFlow entity pages, refactor with fragments (#2419)
2021-04-21 12:06:31 -07:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 622ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API