In Lab E and F, you built a story using a static "snapshot" of the dvdrental database. In a real-world business, data isn't a still photo; it’s a movie that never stops playing. This lab moves you from manual reporting to automated orchestration. You will re-pipe your existing dashboard to a "Live" data source and configure the triggers that allow a manager to "manage by exception" rather than constant manual monitoring.
To see how a pipeline reacts to change, we must first change the input.
dvdrental to dvdrental_live.
Go to the Data tab and select the tables you used in your previous labs.
Click Run Now to manually fetch the data from the new dvdrental_live source.
Observation: Note the "Total Rows" count. As you switch to the live source, the number of rows will change. Recall that we previously disabled "Daily Updates." You must now manually trigger each table you used. This highlights why automation settings are critical—in a live environment, manual updates are a recipe for "stale" insights.
.gif)
REMEMEBER TO DO THIS FOR EVERY SINGLE DATA TABLE YOU USED IN YOUR DASHBOARD
We want the system to "watch" the data so we don't have to.