Forum Discussion
Workspace and Deployment Pipelines
- 1 year ago
Deployment pipelines are a Power BI construct, and an artificial construct at that. Their main purpose is to standardize report development and deployment
The medallion architecture you mention is a Fabric construct, and is mainly focused on data refining and placement.
So these are different concepts, but they should not be multiplied. you should implement each of them only once, if at all.
Deployment pipelines are a Power BI construct, and an artificial construct at that. Their main purpose is to standardize report development and deployment
The medallion architecture you mention is a Fabric construct, and is mainly focused on data refining and placement.
So these are different concepts, but they should not be multiplied. you should implement each of them only once, if at all.
Thanks lbendlin ,
So it would be better to go down the Git integration route for doing the this version control on the ingestion with notebooks etc.?
I understand the construct of Medallion, I am still bringing in data as Ingest / Raw, then Transform then serve as models for analysts and trying to do this as per the platform tools. . .
There is very little detail about doing this properly, so I am learning as I go along in migrating from PBI reporting to wholesale data integrating and ELT and ETL. Making sure that we can build an enterprise tenant out in Fabric.
Would it not be too much overhead to have a single workspace per system?
- lbendlin1 year ago
Super User
there is no cost to a workspace. In fact there is a penalty for too many items in a workspace - 1000 max.
Your artifact structure should ideally follow the business structure.