forked from OpenLineage/OpenLineage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenLineage.yml
More file actions
27 lines (27 loc) · 805 Bytes
/
OpenLineage.yml
File metadata and controls
27 lines (27 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
openapi: 3.0.2
info:
title: OpenLineage
version: 0.0.1
description: OpenLineage is an open source **lineage and metadata collection API** for the data ecosystem.
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
paths:
/lineage:
post:
summary: Send an event related to the state of a run
description: Updates a run state for a job.
operationId: postRunEvent
tags:
- OpenLineage
requestBody:
content:
application/json:
schema:
oneOf:
- $ref: "OpenLineage.json#/$defs/RunEvent"
- $ref: "OpenLineage.json#/$defs/DatasetEvent"
- $ref: "OpenLineage.json#/$defs/JobEvent"
responses:
"200":
description: OK