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:
Spark Notebook - no support for landing data directly to a warehouse
TSQL Notebook - currently no support for notebook parameters. No support for Git and Deployment pipelines.
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