Challenge 01 - Building Out the Bronze

< Previous Challenge - Home - Next Challenge >

Introduction

The overall goal of this hackathon is to take data from 2 different data sources and combine them into consolidated tables so that the business user(s) consuming this data do not realize that it originated from different data sets

We will use the AdventureWorksLT and WideWorldImporters SQL databases for our source data.

For this hackathon you will use Azure Synapse and/or Azure Databricks to copy data from these source systems and format them appropriately for business user consumption by utilizing a three-tiered data architecture.

Description

We are now ready to setup the environment and populate the data into the Bronze Data Layer. For this challenge, we want to bring in the data “as is”. No data transformation is needed at this layer.

picture alt

Things to keep in mind about data in the Bronze layer:

Business Case

Now that we know what we need to do, it’s also important to understand why we are doing this.
From an organizational standpoint, the Bronze layer serves two main purposes:

Even though the Bronze layer is generally locked down in most organizations, some teams are often given access to it to do some quick discovery work. This is often the case with Data Science teams working on prototyping a new solution.

Success Criteria

To complete this challenge successfully, you should be able to:

Learning Resources

The following links may be useful to achieving the success criteria listed above.

Bonus Challenge