Delta Lake Medallion Architecture

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Flashcards covering the characteristics, functions, and processes of the three layers in a Delta Lake medallion architecture.

Last updated 8:59 PM on 7/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

Medallion architecture

A design pattern used to logically organize data in a lake house where data quality is improved as it flows through bronze, silver, and gold layers.

2
New cards

Bronze layer

The ingestion layer where raw data such as API dumps, database exports, and logs are stored without changes, usually partitioned hourly or daily.

3
New cards

Silver layer

The processing and cleansing layer that transforms raw data into a usable tabular form by removing duplicates, fixing formatting, and handling missing or corrupted values.

4
New cards

Gold layer

The consumption layer where curated and aggregated data is served to business users, executives, and BI tools like Power BI and Tableau.

5
New cards

Data enrichment

A process in the silver layer where data is improved by adding calculated columns like profit or discount rate, or by converting codes to specific names.

6
New cards

Business view

The result of joining multiple data sources in the gold layer, such as marketing and sales records, to create a shareable comprehensive outlook for the board.

7
New cards

Predefined logic

The method used in the silver layer to handle missing or corrupted values, such as converting a blank country entry into "unknown" in the dataset.

8
New cards

Node checks

One of several ways missing or corrupted values are handled during the cleansing process in the silver layer.