cancel
Showing results for 
Search instead for 
Did you mean: 
sandy311
New Contributor III
since ‎09-06-2024
3 weeks ago

User Stats

  • 12 Posts
  • 0 Solutions
  • 5 Kudos given
  • 3 Kudos received

User Activity

As companies double down on machine learning (ML), one thing is obvious: a single model can’t solve every problem. Different datasets, different timelines, and different requirements make managing multiple models pretty tricky. And if you’ve ever wor...
Has anyone figured out how to install packages on serverless compute using asset bundle,s similar to how we handle it for jobs or job tasks?I didn’t see any direct option for this, apart from installing packages manually within a notebook.I tried ins...
I'm using a .whl job to upload and install a package on a job cluster using DAB. However, I'm facing an issue with a private package from Azure Artifacts. It works fine when running in CI or Azure DevOps pipelines because the PAT token is available a...
Can I use if-else conditions in databricks.yml and parameterize my asset bundles similarly to Azure Pipelines YAML?
When deploying multiple jobs using the `Databricks.yml` file via the asset bundle, the process either overwrites the same job or renames it, instead of creating separate, distinct jobs.