Asset Bundles Overriding Existing Jobs (despite different name_prefix)

ChristianRRL
Honored Contributor

Hi there, I'm seeing what seems to be unexpected behavior on databricks asset bundle deployment and I'm hoping I can get clarification on this.

Basically, what I'm trying to do is to deploy the same asset bundle twice (two different variations), with different names, and without the deployment of one bundle destroying the other. However, when I attempt to make changes in my asset bundle yml files that I would think would accomplish this, I am seeing only one bundle persist.

For example, if I deploy one bundle in development mode with bundle name `dag` and default name prefix `[dev crodr]` it will create that set of bundle jobs. But when I make tweaks to change the bundle name `dag_config_folder` and a different name prefix `[dev crodr config folder]`, rather than generating a separate set of bundle jobs, it currently overrides the prior set of bundle jobs.

Please let me know if I may be overlooking something here!

ChristianRRL_1-1769815680547.png

 

ChristianRRL_0-1769815600150.png