A Delta Live Table pipeline includes two datasets defined using STREAMING LIVE TABLE. Three datasets are defined against Delta Lake table sources using LIVE TABLE. The table is configured to run in Production mode using the Continuous Pipeline Mode. What is the expected outcome after clicking Start to update the pipeline assuming previously unprocessed data exists and all definitions are valid?
- AAll datasets will be updated at set intervals until the pipeline is shut down. The compute resources will persist to allow for additional testing.
- BAll datasets will be updated once and the pipeline will shut down. The compute resources will persist to allow for additional testing.
- CAll 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. (correct answer)
- DAll datasets will be updated once and the pipeline will shut down. The compute resources will be terminated.
Reveal answer & explanationHide answer
The correct answer is C. Option 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. This option meets the real-time / low-latency performance requirement.
