HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

Create/Replace a list of Dataflow objects with lineage infomation

This API creates and replaces a list of dataflow objects along with its lineage paths. If an object with a matching external_id exists, it is replaced with the given payload. Otherwise, it is created.

Body Params
array of objects
dataflow_objects
array of arrays of arrays of objects

"paths" is an array of "path"s. Each "path" specifies the details of sources (-> dataflows) -> targets lineage by listing elements of each step, or "segment", of the lineages in order.
Each "segment" may contain data objects and/or dataflows, but the first and the last
"segment" of a "path" SHOULD NOT contain any dataflows.

paths
Responses

Language
Credentials
URL
Choose an example:
application/json