cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

azure pipeline databricks bundle deploy duplicating jobs

TheManOfSteele
New Contributor II

I am deploying an asset bundle using an azure pipeline.

I use 

# Databricks Bundle Validate
- bash: |
    databricks bundle validate -t $(BUNDLE_TARGET)
  displayName: 'Validate Asset Bundle'
 
# Databricks Bundle Deploy
- bash: |
    databricks bundle deploy -t $(BUNDLE_TARGET)
  displayName: 'Deploy Asset Bundle'
 
The bundle is getting deployed to the same root path everytime.
Everytime I run my pipline I get a duplicate of the jobs in my workflows.
 
TheManOfSteele_0-1723232334622.png

 

 This issue just started happening today, yesterday I deployed many times with no duplicates. Please assist.
 
Thank you
 
 
1 REPLY 1

Ricklen
New Contributor III

Hey! 

Same problem over here, tried upgrading to the latest version of the Databricks CLI but to no avail.

I did find the issue on Github: https://github.com/databricks/cli/issues/1650

 

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group