# Medallion Architecture

**Data Lake + Data Warehouse = Lakehouse**

A medallion architecture is a data design pattern used to logically organize data in a lakehouse, aiming to incrementally and progressively improve the structure and quality of data as it flows through each layer of the architecture (from Bronze ⇒ Silver ⇒ Gold layer tables).

<figure><img src="https://2629735788-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3G2NQEHaUSzehWzaKvXK%2Fuploads%2F4mFn8MO7pEFQu6HVfCDc%2Fimage.png?alt=media&#x26;token=e93148b6-b8d9-4257-8192-682d42ae28ab" alt=""><figcaption></figcaption></figure>

Bronze Layer = Raw Data.

Silver Layer = Cleansed and conformed data. Data that comply with the rules of the business.

Gold Layer = Curted business-level tables.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gchandra.gitbook.io/data-warehousing/spark-databricks/medallion-architecture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
