Skip to content

Commit e80fd20

Browse files
committed
added ref to code section to avoid plag
1 parent 50f6538 commit e80fd20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

blog/medallion-architecture/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Most of the heavy lifting in a data pipeline lives here. It's not glamorous work
121121
### What Silver looks like in practice
122122

123123
Here's a simple PySpark transformation from Bronze to Silver:
124+
- [Reference code](https://oneuptime.com/blog/post/2026-02-17-how-to-build-a-data-lakehouse-architecture-on-gcp-using-cloud-storage-dataproc-and-bigquery/view)
124125

125126
```python
126127
from pyspark.sql import SparkSession
@@ -330,6 +331,7 @@ This is the exact structure we adopted after the revenue incident. Bronze preser
330331
- [RecodeHive - Lakehouse vs Data Warehouse](https://www.recodehive.com/blog/lakehouse-vs-warehouse)
331332
- [RecodeHive - Microsoft Fabric: One Platform, One Lake](https://www.recodehive.com/blog/microsoft-fabric-explained)
332333
- [RecodeHive - Azure Storage & ADLS Gen2](https://www.recodehive.com/blog/azure-storage-options)
334+
- [OneUptime - Build a Data Lakehouse on GCP](https://oneuptime.com/blog/post/2026-02-17-how-to-build-a-data-lakehouse-architecture-on-gcp-using-cloud-storage-dataproc-and-bigquery/view)
333335

334336
## About the Author
335337

0 commit comments

Comments
 (0)