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.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v2/dataflow/ \
--header 'accept: application/json' \
--header 'content-type: application/json'