Skip to content

Commit 50f6538

Browse files
authored
Merge pull request recodehive#28 from Adez017/copilot/fix-errors-in-recode-website
Fix broken medallion blog image paths causing build failure
2 parents 42e2cca + 77cc03b commit 50f6538

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)