Skip to main content
Version: 0.13.0

Interfaces

Aspect

A versioned aspect, or single group of related metadata, associated with an Entity and having a unique version

Implemented by

Fields

NameDescription
version
Long

The version of the aspect, where zero represents the latest version

BrowsableEntity

A Metadata Entity which is browsable, or has browse paths.

Implemented by

Fields

NameDescription
browsePaths
[BrowsePath!]

The browse paths corresponding to an entity. If no Browse Paths have been generated before, this will be null.

Entity

A top level Metadata Entity

Implemented by

Fields

NameDescription
urn
String!

A primary key of the Metadata Entity

type
EntityType!

A standard Entity Type

relationships
EntityRelationshipsResult

List of relationships between the source Entity and some destination entities with a given types

Arguments

NameDescription
input
RelationshipsInput!

EntityWithRelationships

Deprecated, use relationships field instead

Implements

Implemented by

Fields

NameDescription
urn
String!

A primary key associated with the Metadata Entity

type
EntityType!

A standard Entity Type

relationships
EntityRelationshipsResult

Granular API for querying edges extending from this entity

Arguments

NameDescription
input
RelationshipsInput!
lineage
EntityLineageResult

Edges extending from this entity grouped by direction in the lineage graph

Arguments

NameDescription
input
LineageInput!

TimeSeriesAspect

A time series aspect, or a group of related metadata associated with an Entity and corresponding to a particular timestamp

Implemented by

Fields

NameDescription
timestampMillis
Long!

The timestamp associated with the time series aspect in milliseconds