This is a dedicated watch page for a single video.
A data engineer posts the following JSON to the 2.0/jobs/create endpoint of Databricks REST API. { "name" : "test_api" , "existing_cluster_id" : "1198-132537-dht25rtr" , "notebook_task" : { "notebook_path" : "/example.py" , }, "schedule" : { "quartz_cron_expression" : "0 0 8 * * ?" , "timezone_id" : "Australia/Brisbane" } } Assuming cluster 1198-132537-dht25rtr exists, what will be the expected outcome?