
Ultimate access to all questions.
A Databricks user needs to cancel a job run but only has access to the Databricks CLI, not the REST API or the UI. Given the job details: job-id – 2795, run-id – 96746, job-name – fetch_details, which command should the user use to cancel the job run?_
A
databricks run cancel --run-id 2795
B
databricks runs cancel --job-id 2795 --run-id 96746
C
databricks run cancel --job-name fetch_details --run-id 96746_
D
databricks runs cancel --run-id 96746
E
databricks run cancel --job-id 2795 --run-id 96746