/job/exportFullLineageAsCsv

Export SQLFlow Job in CSV

Export SQLFlow Job in CSV, this api is for job mode

export sqlflow full lineage as csv format

post

export full sqlflow lineage as csv format

Query parameters
delimiterstringOptional

delimiter of the values in CSV, default would be ','

Default: ,
jobIdstringOptional

job to export. will return user's latest job if empty

tableToTablebooleanOptional

whether show table to table relation only

Default: false
tokenstringRequired

The token is generated from userid and usersecret. It is used in every Api invocation.

userIdstringRequired

the user id of sqlflow web or client

Responses
200
OK
application/json;charset=utf-8
Responsestring · binary
post
POST /api/gspLive_backend/sqlflow/job/exportFullLineageAsCsv HTTP/1.1
Host: api.gudusoft.com
Accept: */*
binary

Try it out!

Last updated