2nd question `/v1/sources/discover_schema` receive...
# dev-frontend
c
2nd question
/v1/sources/discover_schema
received object is
Copy code
{ 
  schema: {...}, 
  job_info: {
    job: {...},
    attempts: [...]
  }
}
could you add 
status
 field (near schema and job_info) like in 
check_connection
 request
given my explanation for the 1st question do you think we still need this. i think the correct thing in the discover_schema case is to just use the job.status. will that work? the status in check connection is specifically because the whole point of check connection is to see if something connects or not. that's not to relevant for discover.
a
Yes. I think it clarifies.
👍 1