Academy Quiz "Deploy Workloads with Databricks Workflows " - Notebook in remote Git

RaccoonRadio
New Contributor

Hi!

One of the questions in the quiz is the following:

 

Single Choice
 
A data engineer has a notebook in a remote Git repository. The data from the notebook needs to be ingested into a second notebook that is hosted in Databricks Repos.

 

Which of the following approaches can the data engineer use to meet the above requirements? Select one response.

The data engineer can configure the notebook in a new local remote repository as a job and make it a dependency of the second notebook.

  1. The data engineer can configure the notebook in a new local remote repository as a job and make it a dependency of the second notebook.
  2. The data engineer can configure the notebook in the remote repository as a task and make it a dependency of the second notebook.
  3. [MARKED CORRECT] The data engineer can configure the notebook in the remote repository as a job and make the second notebook dependent on it.
  4. The data engineer can configure the notebook in a new local repository as a task and make the second notebook dependent on it.
  5. The data engineer can configure the notebook in a new local repository as a job and make the second notebook dependent on it.

I'm not sure if this is correct. I think the right answer would be (B)

The data engineer can configure the notebook in the remote repository as a task and make it a dependency of the second notebook.

I don't think you can have an entire job as a dependency, can you?

 

APadmanabhan
Databricks Employee
Databricks Employee

Hi, @RaccoonRadio Thank you for raising this I will have my colleague look into your suggestions and make possible updates once it is approved. Appreciate your help again.