cancel
Showing results for 
Search instead for 
Did you mean: 
TheManOfSteele
New Contributor III
since ‎07-23-2024
‎09-20-2024

User Stats

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

User Activity

Following these instructions, at https://docs.databricks.com/en/dev-tools/databricks-connect/python/install.html#configure-a-connection-to-serverless-compute There seems to be an issue with the example code.from databricks.connect import DatabricksSe...
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