mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			187 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			187 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
query getBrowsePaths($input: BrowsePathsInput!) {
 | 
						|
    browsePaths(input: $input) {
 | 
						|
        path
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
query getBrowseResults($input: BrowseInput!) {
 | 
						|
    browse(input: $input) {
 | 
						|
        entities {
 | 
						|
            urn
 | 
						|
            type
 | 
						|
            ... on Dataset {
 | 
						|
                name
 | 
						|
                origin
 | 
						|
                description
 | 
						|
                platform {
 | 
						|
                    name
 | 
						|
                    info {
 | 
						|
                        logoUrl
 | 
						|
                    }
 | 
						|
                }
 | 
						|
                ownership {
 | 
						|
                    ...ownershipFields
 | 
						|
                }
 | 
						|
                globalTags {
 | 
						|
                    ...globalTagsFields
 | 
						|
                }
 | 
						|
                glossaryTerms {
 | 
						|
                    ...glossaryTerms
 | 
						|
                }
 | 
						|
            }
 | 
						|
            ... on Dashboard {
 | 
						|
                urn
 | 
						|
                type
 | 
						|
                tool
 | 
						|
                dashboardId
 | 
						|
                info {
 | 
						|
                    name
 | 
						|
                    description
 | 
						|
                    externalUrl
 | 
						|
                    access
 | 
						|
                    lastModified {
 | 
						|
                        time
 | 
						|
                    }
 | 
						|
                }
 | 
						|
                ownership {
 | 
						|
                    ...ownershipFields
 | 
						|
                }
 | 
						|
                globalTags {
 | 
						|
                    ...globalTagsFields
 | 
						|
                }
 | 
						|
                glossaryTerms {
 | 
						|
                    ...glossaryTerms
 | 
						|
                }
 | 
						|
            }
 | 
						|
            ... on GlossaryTerm {
 | 
						|
                name
 | 
						|
                ownership {
 | 
						|
                    ...ownershipFields
 | 
						|
                }
 | 
						|
                glossaryTermInfo {
 | 
						|
                    definition
 | 
						|
                    termSource
 | 
						|
                    sourceRef
 | 
						|
                    sourceUrl
 | 
						|
                    customProperties {
 | 
						|
                        key
 | 
						|
                        value
 | 
						|
                    }
 | 
						|
                }
 | 
						|
            }
 | 
						|
            ... on Chart {
 | 
						|
                urn
 | 
						|
                type
 | 
						|
                tool
 | 
						|
                chartId
 | 
						|
                info {
 | 
						|
                    name
 | 
						|
                    description
 | 
						|
                    externalUrl
 | 
						|
                    type
 | 
						|
                    access
 | 
						|
                    lastModified {
 | 
						|
                        time
 | 
						|
                    }
 | 
						|
                }
 | 
						|
                ownership {
 | 
						|
                    ...ownershipFields
 | 
						|
                }
 | 
						|
                globalTags {
 | 
						|
                    ...globalTagsFields
 | 
						|
                }
 | 
						|
                glossaryTerms {
 | 
						|
                    ...glossaryTerms
 | 
						|
                }
 | 
						|
            }
 | 
						|
            ... on DataFlow {
 | 
						|
                urn
 | 
						|
                type
 | 
						|
                orchestrator
 | 
						|
                flowId
 | 
						|
                cluster
 | 
						|
                info {
 | 
						|
                    name
 | 
						|
                    description
 | 
						|
                    project
 | 
						|
                }
 | 
						|
                ownership {
 | 
						|
                    ...ownershipFields
 | 
						|
                }
 | 
						|
                globalTags {
 | 
						|
                    ...globalTagsFields
 | 
						|
                }
 | 
						|
                glossaryTerms {
 | 
						|
                    ...glossaryTerms
 | 
						|
                }
 | 
						|
            }
 | 
						|
            ... on MLFeatureTable {
 | 
						|
                urn
 | 
						|
                type
 | 
						|
                name
 | 
						|
                description
 | 
						|
                featureTableProperties {
 | 
						|
                    description
 | 
						|
                    mlFeatures {
 | 
						|
                        urn
 | 
						|
                    }
 | 
						|
                    mlPrimaryKeys {
 | 
						|
                        urn
 | 
						|
                    }
 | 
						|
                }
 | 
						|
                ownership {
 | 
						|
                    ...ownershipFields
 | 
						|
                }
 | 
						|
                platform {
 | 
						|
                    name
 | 
						|
                    info {
 | 
						|
                        logoUrl
 | 
						|
                    }
 | 
						|
                }
 | 
						|
            }
 | 
						|
            ... on MLModel {
 | 
						|
                name
 | 
						|
                origin
 | 
						|
                description
 | 
						|
                ownership {
 | 
						|
                    ...ownershipFields
 | 
						|
                }
 | 
						|
                globalTags {
 | 
						|
                    ...globalTagsFields
 | 
						|
                }
 | 
						|
                platform {
 | 
						|
                    name
 | 
						|
                    info {
 | 
						|
                        logoUrl
 | 
						|
                    }
 | 
						|
                }
 | 
						|
            }
 | 
						|
            ... on MLModelGroup {
 | 
						|
                name
 | 
						|
                origin
 | 
						|
                description
 | 
						|
                ownership {
 | 
						|
                    ...ownershipFields
 | 
						|
                }
 | 
						|
                platform {
 | 
						|
                    name
 | 
						|
                    info {
 | 
						|
                        logoUrl
 | 
						|
                    }
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
        groups {
 | 
						|
            name
 | 
						|
            count
 | 
						|
        }
 | 
						|
        start
 | 
						|
        count
 | 
						|
        total
 | 
						|
        metadata {
 | 
						|
            path
 | 
						|
            totalNumEntities
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |