
Ultimate access to all questions.
In a Delta Live Table pipeline configured to run in Production mode with Continuous Pipeline Mode, there are five datasets: two defined using STREAMING LIVE TABLE and three defined against Delta Lake table sources using LIVE TABLE. Given that previously unprocessed data exists and all dataset definitions are valid, what is the expected outcome upon clicking Start to update the pipeline?
A
All datasets will be updated at set intervals until the pipeline is shut down. The compute resources will persist to allow for additional testing.
B
All datasets will be updated once and the pipeline will shut down. The compute resources will persist to allow for additional testing.
C
All datasets will be updated at set intervals until the pipeline is shut down. The compute resources will be deployed for the update and terminated when the pipeline is stopped.
D
All datasets will be updated once and the pipeline will shut down. The compute resources will be terminated.