Azure / azure-databricks-operator

Kubernetes Operator for Databricks
MIT License
113 stars 48 forks source link

Ability to get run_page_url for the Run with Existing Cluster #96

Closed Azadehkhojandi closed 5 years ago

Azadehkhojandi commented 5 years ago

If you type Kubectl get runs or describe the specific run you cannot get this value.

From Databricks UI you cannot access to specific Run UI, You need to call https://australiaeast.azuredatabricks.net/api/2.0/jobs/runs/list or https://australiaeast.azuredatabricks.net/api/2.0/jobs/runs/get-output?run_id=xxx and find "run_page_url": "https://australiaeast.azuredatabricks.net/?o=xxxx#job/xxx/run/xxx"