/exportFullLineageAsJson
Last updated
Last updated
export full sqlflow lineage as json format
/sqlflow/job/exportFullLineageAsJson
job to export. will return user's latest job if empty
The token is generated from userid and usersecret. It is used in every Api invocation.
userId
show relation type, required false, default value is 'fdd', multiple values seperated by comma like fdd,frd,fdr,join. Availables are 'fdd' value of target column from source column, 'frd' the recordset count of target column which is affected by value of source column, 'fdr' value of target column which is affected by the recordset count of source column, 'join' combines rows from two or more tables, based on a related column between them