General Discussion
Answers
-
Hello @hemsharma82
,By default, bundles are used to move project from Design to Automation and contains only the 'logic' of your project, no data.
The logic is then to update the deployed project (and not recreate it). When you update this deployed project, only your recipes, dataset setup, dashboard definitions, etc.. will be updated, the data they contained will not be touched.
You can actually embed data or other heavy objects but you need to define that manually in the bundle content. In this case, and in this case only, the content of the bundle will replace the content on the Automation node.
Here are a few pointers to relevant materials if you want to read more
Documentation - Creating a bundle
Knowledge - MLOps & Operationalization » Batch Deployment » Concept | Batch Deployment
I hope this helps you.
François