Ultimate access to all questions.
When you trigger an existing job using the Databricks REST API, what is the globally unique identifier for the newly initiated run?
Explanation:
When you use the endpoint ‘/api/2.1/jobs/run-now’ to run an existing job, the response includes the run_id
of the triggered run. This run_id
serves as the globally unique identifier for the newly triggered run. For more details, refer to the Databricks API documentation.