Academy Quiz "Deploy Workloads with Databricks Workflows " - Notebook in remote Git
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 12:53 AM
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.
- 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.
- The data engineer can configure the notebook in the remote repository as a task and make it a dependency of the second notebook.
- [MARKED CORRECT] The data engineer can configure the notebook in the remote repository as a job and make the second notebook dependent on it.
- The data engineer can configure the notebook in a new local repository as a task and make the second notebook dependent on it.
- 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?