Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
588 stars 461 forks source link

[D5] - Consolidate Data into Denorm Table #731

Closed ydaponte closed 2 months ago

ydaponte commented 2 months ago

As a Data Engineer, I want to consolidate all relevant data into a denorm table so that it can be used for scoring and tagging stale content.

Acceptance Criteria:

Potential Tech Stack to use:

SQLZane commented 2 months ago

Was able to build the table that we are pulling data into. We've also finalized the MERGE process in Python so that each data flow can each maintain it's own natural key within one flat table. This should assure that we can all put this logs in a central location without overwriting each others data. The notebook for table creation is DenormalizedItemCollection.