Skip to content

Commit 52f64fa

Browse files
committed
fix for build
1 parent b189842 commit 52f64fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blog/medallion-architecture/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The architecture divides your data journey into three layers:
6161
6262
Each layer has one job. Each layer makes the data a little more trustworthy. By the time data reaches the end, it's reliable, consistent, and ready to power real business decisions.
6363

64-
![Three-layer Medallion Architecture flow diagram](./img/medallion-architecture-flow.png)
64+
<!-- ![Three-layer Medallion Architecture flow diagram](./img/medallion-architecture-flow.png) -->
6565

6666

6767
## 🥉 Bronze: The "Keep Everything" Layer
@@ -276,7 +276,7 @@ In practice, teams often extend the model:
276276
- **Feature layer** — prepared datasets for ML model training, maintained by data science teams on top of Silver
277277
- **Semantic layer** — business-friendly models sitting between Gold and end users for self-serve BI
278278

279-
![Extended Medallion Architecture with optional Landing, Feature, and Semantic layers](./img/medallion-extended-layers.png)
279+
<!--![Extended Medallion Architecture with optional Landing, Feature, and Semantic layers](./img/medallion-extended-layers.png) -->
280280

281281
The three-tier model is a starting point, not a ceiling. The right number of layers is whatever your team actually needs.
282282

0 commit comments

Comments
 (0)