Events.com Lineages Controller API

The lineages-controller API from Events.com — 8 operation(s) for lineages-controller.

Operations 9

GET /lineages/api/v1/lineages #
POST /lineages/api/v1/lineages #
POST /lineages/api/v1/lineageRelationships #
POST /lineages/api/v1/impactAnalysis #
POST /lineages/api/v1/impactAnalysis/summary #
POST /lineages/api/v1/impactAnalysis/graph #
GET /lineages/api/v1/relationships #
GET /lineages/api/v1/relationships/nodes #
GET /lineages/api/v1/relationships/edge #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/eventscom-lineages-controller-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

eventscom-lineages-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Eventscom Lineages Controller API
  version: '1.0'
  description: 'Operations tagged lineages-controller across 2 of this provider''s published API definitions: eventscom-datagol-platform-openapi.yml, eventscom-lineages-controller-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://datagol-be.events.com
  description: Generated server url
tags:
- name: lineages-controller
paths:
  /lineages/api/v1/lineages:
    get:
      tags:
      - lineages-controller
      operationId: getLineageGraph
      parameters:
      - name: entityId
        in: query
        required: true
        schema:
          type: string
      - name: entityType
        in: query
        required: true
        schema:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
      - name: includeMetadata
        in: query
        required: false
        schema:
          type: boolean
          default: true
      - name: maxDownstreamDepth
        in: query
        required: false
        schema:
          type: integer
          format: int32
          default: 1000
      - name: maxUpstreamDepth
        in: query
        required: false
        schema:
          type: integer
          format: int32
          default: 1000
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/LineageGraphDTO'
    post:
      tags:
      - lineages-controller
      operationId: getLineageGraphMultipleNodes
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/LineageRequestDTO'
        required: true
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/LineageGraphDTO'
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
  /lineages/api/v1/lineageRelationships:
    post:
      tags:
      - lineages-controller
      operationId: createLineageGraph
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/LineageSyncEventDTO'
        required: true
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
  /lineages/api/v1/impactAnalysis:
    post:
      tags:
      - lineages-controller
      operationId: getImpactedAssets
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ImpactAnalysisRequestDTO'
        required: true
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/LineageGraphDTO'
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
  /lineages/api/v1/impactAnalysis/summary:
    post:
      tags:
      - lineages-controller
      operationId: findImpactedPipelines
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ImpactAnalysisRequestDTO'
        required: true
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ImpactAnalysisOrchestrationDTO'
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
  /lineages/api/v1/impactAnalysis/graph:
    post:
      tags:
      - lineages-controller
      operationId: getImpactedPipelinesGraph
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ImpactAnalysisRequestDTO'
        required: true
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/LineageGraphDTO'
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
  /lineages/api/v1/relationships:
    get:
      tags:
      - lineages-controller
      operationId: findRelationships
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/LineageGraphDTO'
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
  /lineages/api/v1/relationships/nodes:
    get:
      tags:
      - lineages-controller
      operationId: getRelationsByNode
      parameters:
      - name: lineageVertexKey
        in: query
        required: true
        schema:
          type: array
          items:
            $ref: '#/components/schemas/LineageVertexKeyDTO'
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/LineageGraphDTO'
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
  /lineages/api/v1/relationships/edge:
    get:
      tags:
      - lineages-controller
      operationId: getRelationsByEdge
      parameters:
      - name: lineageEdgeKey
        in: query
        required: true
        schema:
          $ref: '#/components/schemas/LineageEdgeKeyDTO'
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/LineageGraphDTO'
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
components:
  schemas:
    LineageGraphDTO:
      type: object
      properties:
        nodes:
          type: array
          items:
            $ref: '#/components/schemas/LineageNodeDTO'
        edges:
          type: array
          items:
            $ref: '#/components/schemas/LineageEdgeDataDTO'
        metadata:
          $ref: '#/components/schemas/LineageMetadataDTO'
        impactedEdgesCount:
          type: integer
          format: int32
        impactedNodesCount:
          type: integer
          format: int32
    LineageRelationshipDTO:
      type: object
      properties:
        id:
          type: string
        fromEntityId:
          type: string
        fromEntityType:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
        toEntityId:
          type: string
        toEntityType:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
        parentEntityId:
          type: string
        parentEntityType:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
        companyId:
          type: integer
          format: int64
        metadata:
          type: object
          additionalProperties:
            type: object
        fromNodeId:
          type: string
        fromNodeType:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
        toNodeId:
          type: string
        toNodeType:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
        fromTableId:
          type: string
        fromTableType:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
        toTableId:
          type: string
        toTableType:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
        createDate:
          type: string
          format: date-time
        fromDataSourceId:
          type: string
        toDataSourceId:
          type: string
    JoinRequest:
      type: object
      properties:
        workspaceId:
          type: string
        name:
          type: string
        primaryTableId:
          type: string
        joinConditions:
          type: array
          items:
            $ref: '#/components/schemas/JoinConditionDTO'
    DataSourceSchemaDTO:
      type: object
      properties:
        id:
          type: integer
          format: int64
        dataSourceId:
          type: integer
          format: int64
        data:
          $ref: '#/components/schemas/DataSourceSchemaWrapperDTO'
        hash:
          type: string
        lastSyncedAt:
          type: string
          format: date-time
    DataPipelineJobDTO:
      type: object
      properties:
        id:
          type: integer
          format: int64
        jobGroupId:
          type: string
        status:
          type: string
          enum:
          - QUEUED
          - STARTED
          - FAILED
          - CANCELLED
          - COMPLETED
          - PENDING
          - RUNNING
          - INCOMPLETE
          - SUCCEEDED
          - DELETED
          - UNKNOWN
          - PRE_VALIDATION_FAILED
          - POST_VALIDATION_FAILED
        startTime:
          type: string
          format: date-time
        endTime:
          type: string
          format: date-time
        startedBy:
          $ref: '#/components/schemas/UserDTO'
        cancelledBy:
          $ref: '#/components/schemas/UserDTO'
        parentId:
          type: integer
          format: int64
        totalStats:
          type: string
        failureReason:
          type: string
        streams:
          type: array
          items:
            $ref: '#/components/schemas/DataPipelineJobStreamDTO'
        processes:
          type: array
          items:
            $ref: '#/components/schemas/DataPipelineJobProcessDTO'
        sparkJobInfo:
          type: array
          items:
            $ref: '#/components/schemas/SparkJobDataDTO'
        parameters:
          type: object
          additionalProperties:
            type: object
        nodeGroupConfig:
          type: object
          additionalProperties:
            type: string
    BaseWidgetDTO:
      type: object
      properties:
        id:
          type: string
        title:
          type: string
        subTitle:
          type: string
    ViewDTO:
      type: object
      properties:
        createdBy:
          $ref: '#/components/schemas/UserDTO'
        modifiedBy:
          $ref: '#/components/schemas/UserDTO'
        createDate:
          type: string
          format: date-time
        modiDate:
          type: string
          format: date-time
        id:
          type: string
        isMaster:
          type: boolean
        tableId:
          type: string
        position:
          type: number
          format: double
        name:
          type: string
        type:
          type: string
        description:
          type: string
        filterOptions:
          $ref: '#/components/schemas/FilterOptionDTO'
        groupOptions:
          type: array
          items:
            $ref: '#/components/schemas/GroupOptionDTO'
        sortOptions:
          type: array
          items:
            $ref: '#/components/schemas/SortOptionDTO'
        uiMetadata:
          type: object
          additionalProperties:
            type: object
        filterParams:
          type: object
          additionalProperties:
            type: object
        whereClause:
          type: string
        query:
          type: string
        tableName:
          type: string
    AttachmentSettingsDTO:
      type: object
      properties:
        templateKey:
          type: string
        templateFileName:
          type: string
        outputFileName:
          type: string
    SaasxlResponseDTOObject:
      type: object
      properties:
        success:
          type: boolean
        version:
          type: string
        date:
          type: string
          format: date-time
        error:
          $ref: '#/components/schemas/ErrorMessage'
        data:
          type: object
    LineageEdgeDataDTO:
      type: object
      properties:
        id:
          type: string
        type:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
        fromNodeId:
          type: string
        toNodeId:
          type: string
        metadata:
          type: object
        relations:
          uniqueItems: true
          type: array
          items:
            $ref: '#/components/schemas/LineageEdgeRelationDTO'
        impacted:
          type: boolean
    ImpactedColumnDTO:
      type: object
      properties:
        name:
          type: string
        impactType:
          type: string
          enum:
          - TABLE_DELETED
          - COLUMN_DELETED
          - COLUMN_DATA_TYPE_MODIFIED
          - NOT_IMPACTED
        fromDataType:
          type: string
        toDataType:
          type: string
        message:
          type: string
        impactedEntities:
          type: array
          items:
            $ref: '#/components/schemas/LineageRelationshipDTO'
    BasicSchedule:
      type: object
      properties:
        timeUnit:
          type: string
          enum:
          - SECOND
          - MINUTE
          - HOURS
          - DAY
          - MONTH
        units:
          type: string
    WhereClause:
      type: object
      properties:
        value:
          type: string
        streams:
          uniqueItems: true
          type: array
          items:
            type: string
        requiredParams:
          type: array
          items:
            type: string
    LineageRequestDTO:
      type: object
      properties:
        nodes:
          type: array
          items:
            $ref: '#/components/schemas/LineageNodeDTO'
        maxDownstreamDepth:
          type: integer
          format: int32
        maxUpstreamDepth:
          type: integer
          format: int32
        user:
          $ref: '#/components/schemas/UserDTO'
        includeMetadata:
          type: boolean
    WareHouseInfo:
      type: object
      properties:
        parentDataSourceId:
          type: integer
          format: int64
        type:
          type: string
          enum:
          - EXACT_REPLICA
          - DERIVED
    IndexDTO:
      type: object
      properties:
        name:
          type: string
        nonUnique:
          type: boolean
        qualifier:
          type: string
        type:
          type: string
        ordinalPosition:
          type: string
        columnName:
          type: string
        sortSequence:
          type: string
        cardinality:
          type: string
        pages:
          type: string
        filterCondition:
          type: string
    DataPipelineLiteDTO:
      type: object
      properties:
        id:
          type: integer
          format: int64
        companyId:
          type: integer
          format: int64
        name:
          type: string
        type:
          type: string
          enum:
          - CUSTOM
          - STANDARD
          - DEDUP
        outputTableName:
          type: string
        jobs:
          type: array
          items:
            $ref: '#/components/schemas/DataPipelineJobDTO'
    LineageVertexKeyDTO:
      type: object
      properties:
        nodeId:
          type: string
        nodeType:
          type: string
          enum:
          - DATA_SOURCE
          - DATA_PIPELINE
          - DATA_WAREHOUSE
          - DATA_SOURCE_TABLE
          - DATA_SOURCE_COLUMN
          - DATA_SOURCE_FOREIGN_KEY
          - MATERIALIZED_VIEW
          - WORKBOOK
          - WORKBOOK_COLUMN
          - WORKSPACE
          - BI_DASHBOARD_PAGE
          - BI_DASHBOARD_WIDGET
    FilterOptionDTO:
      type: object
      properties:
        field:
          type: string
        value:
          type: object
        operator:
          type: string
        rules:
          type: array
          items:
            $ref: '#/components/schemas/RuleDTO'
        combinator:
          type: string
        not:
          type: boolean
        valueSource:
          type: string
    DataPipelineJobProcessDTO:
      type: object
      properties:
        id:
          type: integer
          format: int64
        pipelineProcessId:
          type: integer
          format: int64
        query:
          type: string
        status:
          type: string
        rank:
          type: integer
          format: int32
        processName:
          type: string
        processType:
          type: string
          enum:
          - PRE
          - POST
    DataSourceDTO:
      type: object
      properties:
        id:
          type: integer
          format: int64
        name:
          type: string
        properties:
          type: object
          additionalProperties:
            type: string
        username:
          type: string
        password:
          type: string
        driverName:
          type: string
        type:
          type: string
          enum:
          - SQL
          - REST
          - NO_SQL
          - WAREHOUSE
        subType:
          type: string
          enum:
          - FILE
          - FOLDER
        tables:
          type: array
          items:
            $ref: '#/components/schemas/DataSourceTableDTO'
        wareHouseInfo:
          $ref: '#/components/schemas/WareHouseInfo'
        createdBy:
          $ref: '#/components/schemas/UserDTO'
        createdAt:
          type: string
          format: date-time
        companyId:
          type: integer
          format: int64
        isMvDataSource:
          type: boolean
        caseSensitive:
          type: boolean
        lastSyncedAt:
          type: string
          format: date-time
        lastSyncStatus:
          type: string
        thirdPartyDataSourceId:
          type: string
        format:
          type: string
          enum:
          - PARQUET
          - ICEBERG
        description:
          type: string
        schemaInfo:
          $ref: '#/components/schemas/DataSourceSchemaDTO'
        meta:
          type: object
          additionalProperties:
            type: object
        storageType:
          type: string
          enum:
          - AWS
          - AZURE
          - GCS
        schema:
          type: string
        warehouse:
          type: boolean
        connCatalog:
          type: string
        connSchema:
          type: string
    RuleDTO:
      type: object
      properties:
        field:
          type: string
        value:
          type: object
        operator:
          type: string
        rules:
          type: array
          items:
            $ref: '#/components/schemas/RuleDTO'
        combinator:
          type: string
        not:
          type: boolean
        valueSource:
          type: string
    GroupOptionDTO:
      type: object
      properties:
        columnId:
          type: string
        direction:
          type: string
        columnName:
          type: string
    DataPipelineV2DTO:
      type: object
      properties:
        id:
          type: integer
          format: int64
        companyId:
          type: integer
          format: int64
        syncNow:
          type: boolean
        name:
          type: string
        type:
          type: string
          enum:
          - CUSTOM
          - STANDARD
          - DEDUP
        scheduleType:
          type: string
          enum:
          - CRON
          - MANUAL
          - SCHEDULED
          - DATA_CHANGE
        schedule:
          $ref: '#/components/schemas/ScheduleData'
        sources:
          type: array
          items:
            $ref: '#/components/schemas/DataSourceDTO'
        destination:
          $ref: '#/components/schemas/DataSourceDTO'
        clonedParentId:
          type: integer
          format: int64
        where:
          $ref: '#/components/schemas/WhereClause'
        isMvPipeline:
          type: boolean
        isLastMilePipeline:
          type: boolean
        parentId:
          type: integer
          format: int64
        processes:
          type: array
          items:
            $ref: '#/components/schemas/DataPipelineProcessDTO'
        workbookMetadata:
          type: object
          additionalProperties:
            type: object
        parameters:
          type: object
          additionalProperties:
            type: object
        streams:
          type: array
          items:
            $ref: '#/components/schemas/DataPipelineStreamDTO'
        children:
          type: array
          items:
            $ref: '#/components/schemas/DataPipelineV2DTO'
        description:
          type: string
        queryEngine:
          type: string
          enum:
          - JDBC
          - SPARK
          - ATHENA
          - SNOWFLAKE
          - BIGQUERY
          - MYSQL
          - SQL_SERVER
          - REDSHIFT
          - CLOUD_BIGQUERY
        dagRunId:
          type: integer
          format: int64
        nodeGroupConfig:
          $ref: '#/components/schemas/DataPipelineNodeGroupConfig'
    DataPipelineNodeGroupConfig:
      type: object
      properties:
        id:
          type: integer
          format: int64
        numberOfExecutors:
          type: integer
          format: int32
    DataPipelineProcessDTO:
      type: object
      properties:
        id:
          type: integer
          format: int64
 

# --- truncated at 32 KB (62 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/eventscom/refs/heads/main/openapi/eventscom-lineages-controller-api-openapi.yml