
Answer-first summary for fast verification
Answer: Schedule the dataflow first, then trigger the notebook
To ensure that the dataflow and notebook run in the correct order and at the right time, you would schedule the dataflow first, then trigger the notebook. This ensures that the dataflow completes its data transformation and loading tasks before the notebook performs any analysis or additional transformations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to schedule a dataflow and a notebook to run at specific intervals. Describe the steps you would take to schedule these components in Fabric and explain how you would ensure that they run in the correct order and at the right time.
A
Schedule the dataflow and notebook independently
B
Schedule the dataflow first, then trigger the notebook
C
Schedule the notebook first, then trigger the dataflow
D
None of the above