In this lecture, I want to introduce you to the medallion architecture.
The medallion architecture is essentially a data design pattern used to logically organize data in a lake house.
There are typically three layers in the medallion architecture.
If you produce too many transformations, then this can be lost.
Generally speaking, there is no strict policy on what kind of tables should be contained in each layer.
For example, it’s advised to keep the data in the silver layer in the third normal form.
But depending on your situation and real-world requirement, there is of course flexibility to adapt this with good reason.
There are some resources online around the medallion architecture and I’ll share them as links in the article posted in the next lecture and with the course resource notebook so you can review in more detail if you wish.
So now that you know the medallion architecture, I’ll provide you with a challenge section to implement this in practice along with everything else you’ve learned so far.