parthp2107 edd43f30ab
updated the json schema doc and metadata-ingestion doc (#768)
Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
2021-10-14 16:19:34 +05:30

1.5 KiB

Pipeline Service

This schema defines the Pipeline Service entity, such as Airflow and Prefect.

$id: https://open-metadata.org/schema/entity/services/messagingservice.json

Type: object

Properties

  • id required
  • name required
    • Name that identifies this pipeline service.
    • Type: string
    • Length: between 1 and 64
  • serviceType
  • description
    • Description of a pipeline service instance.
    • Type: string
  • displayName
    • Display Name that identifies this pipeline service. It could be title or label from the source services.
    • Type: string
  • pipelineUrl required
    • Pipeline Service Management/UI URL.
    • Type: string
    • String format must be a "uri"
  • ingestionSchedule
  • href

Type definitions in this schema

pipelineServiceType

  • Type of pipeline service - Airflow or Prefect.
  • Type: string
  • The value is restricted to the following:
    1. "Airflow"
    2. "Prefect"

This document was updated on: Thursday, October 14, 2021