Last updated 7 months ago
export sqlflow lineage as json format
OK
const response = await fetch('https://api.gudusoft.com/api/gspLive_backend/sqlflow/job/exportLineageAsJson?token=text&userId=text', { method: 'POST', headers: {}, }); const data = await response.json();
{ "jsonResonse": "binary" }