/job/exportFullLineageAsCsv
Export SQLFlow Job in CSV
Export SQLFlow Job in CSV, this api is for job mode
export full sqlflow lineage as csv format
Query parameters
delimiterstringOptionalDefault:
delimiter of the values in CSV, default would be ','
,
jobIdstringOptional
job to export. will return user's latest job if empty
tableToTablebooleanOptionalDefault:
whether show table to table relation only
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
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
POST /api/gspLive_backend/sqlflow/job/exportFullLineageAsCsv HTTP/1.1
Host: api.gudusoft.com
Accept: */*
binary
Last updated