parthp2107 e4ac8499a7
Updated doc with latest json schema (#743)
Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
2021-10-12 14:28:29 +05:30

1.4 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
  • 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: Tuesday, October 12, 2021