Hi,
I see there is an issue with the Paragraph status API, in Zeppelin 0.7.2 https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html#get-the-status-of-a-single-paragraph Apache Zeppelin Notebook REST API - Apache Software Foundation<https://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html#get-the-status-of-a-single-paragraph> zeppelin.apache.org This page contains Apache Zeppelin Notebook REST API information. If the paragraph is still in execution, the API call just waits for the execution to complete. I guess the ideal implementation should be to return the status synchronously as "running" or something else. I am testing a simple spark-sql query. Is this a known issue? Thanks, Saksham
