Do: Create a Databricks Job chaining your bronze → silver → gold build steps as ordered
tasks.
Tip: for the most realistic version of "this table won't stop growing," add
grow_data.sql as one more task in this same Job on a schedule (e.g. every 15
minutes) instead of running it by hand — that's an actual continuously-arriving
table, not a simulation of one.
Done when: A manual run of the Job completes all tasks in order, green end to end.
Do: Create a Databricks Job chaining your bronze → silver → gold build steps as ordered
tasks.
Done when: A manual run of the Job completes all tasks in order, green end to end.