Ultimate access to all questions.
A junior data engineer has configured a workload that submits the following JSON to the Databricks REST API endpoint 2.0/jobs/create
:
{
"name": "Ingest new data",
"existing_cluster_id": "6015-954420-peace720",
"notebook_task": {
"notebook_path": "/Prod/ingest.py"
}
}
Assuming all configurations and referenced resources are available, what is the outcome of running this workload three times?