Dandandan opened a new issue, #351: URL: https://github.com/apache/arrow-ballista/issues/351
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The current REST API only returns `job_status` as String (a description). In order to use it as API (e.g. conditional rendering in the ballista UI), it would be nice to add the enumeration status "COMPLETED", "FAILED", "RUNNING" etc. **Describe the solution you'd like** Implement job status. I think it would be better to rename the current "job_status" field as "job_description" and use "job_status" for the enumeration. **Describe alternatives you've considered** n/a **Additional context** n/a -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org