Azure-Samples / modern-data-warehouse-dataops

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

feat: update diagram #863

Closed devlace closed 1 day ago

devlace commented 1 day ago

Type of PR

Purpose

Does this introduce a breaking change? If yes, details on what can break

Author pre-publish checklist

Validation steps

Issues Closed or Referenced

devlace commented 1 day ago

Using Copy + SQL Proc instead of Spark notebooks to copy data into Warehouse. Essentially, Copy data into "interim" tables in the warehouse, then call a Stored Proc to transform into Star Schema.

Alternatives tried:

  1. Spark Notebook - no support for landing data directly to a warehouse
  2. TSQL Notebook - currently no support for notebook parameters. No support for Git and Deployment pipelines.