mlamairesse
Databricks Employee
Databricks Employee

Hi Ken2 

We are still missing the related table to do these lookups ( Workflow/jobs are coming soon ) 

You can still do these lookups by

1. looking up the relevant URL  : 

  • For a JOB : entity_id = job_id 
    => https://{workspace_uRL}/?o={workspace_ID}#job/{job_id/entity_id}

  • For a notebook : entity_id = notebook id
    => https://{workspace_url}/?o={workspace_id}#notebook/{entity_id/notebooks_id}

2. Look-up the job via the UI OR the Jobs API 
For a JOB : entity_id = job_id 
So : for a job owned by me looked up in the lineage table 

mlamairesse_0-1702557259267.png

I can find it in the workflows UI 

mlamairesse_1-1702557699158.png
or via the API : 

mlamairesse_2-1702557982308.png