mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
24 lines
726 B
YAML
24 lines
726 B
YAML
type: object
|
|
properties:
|
|
qualifier:
|
|
type: string
|
|
description: The specific run of this DAG and its associated data.
|
|
example: 20110909123456
|
|
dagId:
|
|
type: string
|
|
description: The Id of the Directed Acyclic Graph that produced the event.
|
|
example: ida-sp-one-streaming-144
|
|
type:
|
|
type: string
|
|
enum:
|
|
- IAI_PIPELINE_META
|
|
- IAI_PIPELINE_STREAMING
|
|
- IAI_PIPELINE_BATCH
|
|
- IAI_PIPELINE_QUALIFIER_ACTIVATED
|
|
- IAI_PIPELINE_FEATURESTORE
|
|
- IAI_PIPELINE_IDENTITYGRAPH
|
|
- IAI_PIPELINE_MATERIALIZER
|
|
- IAI_PIPELINE_LOW_SIMILARITY_OUTLIERS
|
|
- IAI_PIPELINE_PEERGROUPS
|
|
description: The type of the data pipeline event.
|
|
example: IAI_PIPELINE_STREAMING |