Skip to content

dag-projection / Exports / ILineageNodeProjection

Interface: ILineageNodeProjection

Projection of a single node in a DAG lineage graph.

Table of contents

Properties

Properties

nodeId

nodeId: string

Defined in

services/projection-read-model-service.ts:23


nodeType

nodeType: string

Defined in

services/projection-read-model-service.ts:24


dependsOn

dependsOn: string[]

Defined in

services/projection-read-model-service.ts:25


taskStatus

Optional taskStatus: TTaskRunStatus

Defined in

services/projection-read-model-service.ts:26

Released under the MIT License.