/
MA
marmotdata
/
Marmot API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 30m ago · Updated 2d ago
Details
Filter operations
assets
21
auth
3
lineage
6
post
Ingest OpenLineage event
get
Get asset lineage
post
Batch create lineage edges
post
Create direct lineage
get
Get direct lineage by ID
delete
Delete direct lineage
users
14
lineage
Create direct lineage
Create a direct lineage connection between two assets and returns the created edge
post
/lineage/direct
Request body
LineageLineageEdge
required
id
string
job_mrn
string
source
string
target
string
type
string
Response
OK
LineageLineageEdge
required
id
string
job_mrn
string
source
string
target
string
type
string
Changes