Forum Discussion
Deploying from Dev to Prod
- 1 year ago
As lbendlin mentioned deployment pipelines in Fabric are designed; they move content definitions, code, and metadata rather than the actual data or the underlying physical table structures
They copy items like reports, notebooks, and other code artifacts while preserving their connections and configurations
create notebook, data pipeline etc to move and create actual data
good read
https://www.kevinrchant.com/2024/11/06/fabricators-guide-to-microsoft-fabric-deployment-pipelines
Hi Ibendlin & Nilendra,
Thank you! Much appreciated!
The notebook will transfer the existing tables and data?
I was afraid i would have to reload everything again.
Thanks,
AA
- lbendlin1 year ago
Super User
The notebook will transfer the existing tables and data?if you tell it to do that, yes.
I was afraid i would have to reload everything again.That fear is justified. You will have to reload everything again.