Skip to content

Commit 22e173d

Browse files
Merge branch 'databricks-demos:main' into main
2 parents 38b0252 + 7daf870 commit 22e173d

File tree

18 files changed

+684
-108
lines changed

18 files changed

+684
-108
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
.databricks
3+
databricks.yml
4+
.DS_Store
5+
**/.DS_Store

demo-retail/lakehouse-retail-c360/01-Data-ingestion/01.3-DLT-churn-python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def churn_prediction():
332332
# MAGIC
333333
# MAGIC Now that these tables are available in our Lakehouse, let's review how we can share them with the Data Scientists and Data Analysts teams.
334334
# MAGIC
335-
# MAGIC Jump to the [Governance with Unity Catalog notebook]($../00-churn-introduction-lakehouse) or [Go back to the introduction]($../00-churn-introduction-lakehouse)
335+
# MAGIC Jump to the [Governance with Unity Catalog notebook]($../02-Data-governance/02.1-UC-data-governance-security-churn) or [Go back to the introduction]($../00-churn-introduction-lakehouse)
336336

337337
# COMMAND ----------
338338

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ SELECT * FROM churn_users_protected
249249
-- COMMAND ----------
250250

251251
-- MAGIC %md
252-
-- MAGIC # Next: Start building analysis with Databricks SQL
252+
-- MAGIC # Next: Start building semantic layer with Databricks SQL
253253
-- MAGIC
254-
-- MAGIC Now that these tables are available in our Lakehouse and secured, let's see how our Data Analyst team can start leveraging them to run BI workloads
254+
-- MAGIC Now that these tables are available in our Lakehouse and secured, let's see how we can define our business semantics using metric views.
255255
-- MAGIC
256-
-- MAGIC Jump to the [BI / Data warehousing notebook]($../03-BI-data-warehousing/03-BI-Datawarehousing) or [Go back to the introduction]($../00-churn-introduction-lakehouse)
256+
-- MAGIC Jump to the [UC / Metric views notebook]($02.2-UC-metric-views) or [Go back to the introduction]($../00-churn-introduction-lakehouse)

0 commit comments

Comments
 (0)