The correct answer is E. https://docs.databricks.com/api/workspace/jobs/getrun
You can visit the link and observe the response sample of the API
{
"job_id": 11223344,
"run_id": 455644833,
job_id is the unique id of the job. run_id is the unique id of the run
Then each task will have its unique run id:
"tasks": [
{
...
"run_id": 2112892,
...
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
cf56faf
1 week, 6 days agobenni_ale
3 weeks, 4 days agoKreshu
1 month, 1 week agocales
1 month, 1 week agothelio_team
1 month, 3 weeks agoMDWPartners
5 months, 4 weeks ago