/
MA
marmotdata
/
Marmot API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 16h ago
Details
Filter operations
assets
25
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
metrics
8
pipelines
1
runs
7
search
1
ui
1
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