
Ultimate access to all questions.
You are required to use the Databricks REST API to clone an existing job, trigger a new run of this cloned job, and then export the output of this run. Describe the HTTP requests you would use for each of these tasks, including the necessary headers and payloads. Provide a detailed explanation of each step.
A
Use GET requests to clone and trigger, and POST for exporting.
B
Use POST requests to clone and trigger, and GET for exporting.
C
Use PUT requests for all tasks.
D
Use DELETE requests for cloning and triggering.