Jason Wang
Jason Wang
let me look into that.
Can you inspect what does the REST API return in this case? If the REST API returns "RUNNING" as opposed to "PENDING", then either the REST API is wrong or...
I cannot reproduce this issue. Just to be clear, we're talking about `Run.State.LifeCycleState` property, right? Can you paste the full returned JSON if possible?
Which API are you referring to? Can you also describe how you plan to use that API?
> Databricks sql: https://docs.databricks.com/api/workspace/dashboards/list and Unity Catalog: https://docs.databricks.com/api/workspace/catalogs/list I want to be able to create/delete/update schema/table/view from C# code. Thanks for the links. I'll take a look.
To give an update on this: I'm looking into Unity Catalog API but having trouble testing it because I don't have permission to enable unity catalog at tenant level in...
> We have implemented sql query history api, would you be interested in PR ? Yes of course! Community contribution is very much appreciated!
Recently the community contributed a few APIs under the SQL API and Unity Catalog API. Do these satisfy your needs? #185 #159
We're running into the same issue with this configuration from Azure Synapse Spark 3.4 pool.
> Hi All, thank you for your patience. We have tried to get a simple repro of this and found that its something funky is going on with the natives....