Hi there @pradeep_singh, this is the part I'm finding confusing. I do have different root paths due to the bundle name being different. Please see below:

root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/${bundle.name}/src

 

With asset bundle deployment (A), my bundle name is simply `dag`, and so the root_path below would look like this:

root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/dag/src

 

With asset bundle deployment (B), my bundle name is `dag_config_folder`, and so the root_path below would look like this:

root_path: /Workspace/Users/${workspace.current_user.userName}/.bundle/dag_config_folder/src

 

And upon deployment, I do in fact see that the source code is deployed to the correct new path `dag_config_folder`, however, my prior asset bundle jobs are overridden, despite my specifying different information (e.g. different bundle name, and also different name_prefix). So, I'm trying to understand if I'm missing something that would ensure that when I deploy an asset bundle with new name_prefix, that the existing one is not deleted or overridden.