cancel
Showing results for 
Search instead for 
Did you mean: 
TheManOfSteele
New Contributor II
since ‎07-23-2024
‎08-14-2024

User Stats

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

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...
Hello!I am using service principal id to authenticate my databricks bundle. But when the job runs, this id is automatically appended to both the name and tags column on the jobs run page. In my databricks.yml file I have name: "[${var.environment}]" ...
Hello I would like to find a way to pass a variable from my Azure variables to my databricks yml file.    For example I would like to pass the variable BUNDLE_TARGET to the location in this databricks.yml fileIs there a way to do something like this?...
Hello,I am trying to create a CI/CD pipeline. After the build pipeline, I am trying to create a release to databricks that runs a notebook. I am trying to run this as a service principal. During the bundle validate step I am getting this error. "Erro...
Kudos from