
Ultimate access to all questions.
You need to add a stored procedure, a notebook, and a dataflow to a data pipeline. Describe how you would integrate these components into the pipeline and explain the order of execution to ensure data consistency and efficiency.
A
Execute the stored procedure first, followed by the dataflow, and finally the notebook
B
Execute the dataflow first, followed by the notebook, and finally the stored procedure
C
Execute the notebook first, followed by the stored procedure, and finally the dataflow
D
Execute the stored procedure, notebook, and dataflow simultaneously