Azure / azure-databricks-client

Client library for Azure Databricks
MIT License
75 stars 63 forks source link

Added Models for Run Status #210

Closed TuckermanRav closed 2 months ago

TuckermanRav commented 2 months ago

The current Run object is missing the Status object and related child objects. Per the documentation the state is deprecated, therefore in addition to adding the Status objects I have also annotated the State property as Obsolete to generate a compiler warning only.

Documentation found here: https://docs.databricks.com/api/azure/workspace/jobs/listruns#runs-status-termination_details

211

TuckermanRav commented 2 months ago

Resolves the following issue: https://github.com/Azure/azure-databricks-client/issues/211