- 60 Views
- 0 replies
- 0 kudos
Hello,I am following the "Get started: Build your first machine learning model on Databricks" tutorial, and am getting stuck on "Parallel training using Optuna".When I Search runs to retrieve the best model, the following code fails as there are no m...
- 60 Views
- 0 replies
- 0 kudos
by
Anvy
• New Contributor
- 114 Views
- 1 replies
- 0 kudos
We are building a production support agent that requires seamless integration between:Genie spaces (for analytics queries)Vector search Custom tools The MCP protocol provides a standardized interface for this multi-tool architecture.i am using free t...
- 114 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @Anvy,
This depends on whether you are on a standard Databricks workspace or on Databricks Free Edition. The public docs show that Databricks managed MCP servers are currently in Public Preview, and the managed Genie MCP server itself is still lis...
- 601 Views
- 3 replies
- 1 kudos
On Azure Databricks, I have been creating AutoML experiments on May 15th 2026, using a Single User compute with Databricks runtime 17.3 LTS for ML, which I have assigned to myself.I try to register one of the trained ML models in a schema, under a un...
- 601 Views
- 3 replies
- 1 kudos
Latest Reply
Update: Today, May 19th 2026, the issue seems to have been resolved.I suppose some bug fix has been released.
2 More Replies
- 2955 Views
- 3 replies
- 1 kudos
Hi!Do you know if it's correct to use the plain user and token for installing a custom dependency (an internal python package) in a mlflow registered model? (it's the only way I get it working because if not it can't install the dependency) It works,...
- 2955 Views
- 3 replies
- 1 kudos
Latest Reply
Did someone solve this? I'm currently forced to download some libraries using an artifactory pypi mirror. However, I wouldn't want to have my secrets pasted in the conda.yaml file as plain text.
2 More Replies
- 16355 Views
- 7 replies
- 3 kudos
I am logging runs from jupyter notebook. the cells which has `mlflow.sklearn.autlog()` behaves as expected. but, the cells which has .fit() method being called on sklearn's estimators are also being logged as runs without explicitly mentioning `mlflo...
- 16355 Views
- 7 replies
- 3 kudos
Latest Reply
Good question—mlflow autologging can easily capture more runs than expected if not configured properly. Managing it carefully improves experiment tracking. Similar control and optimization are important in bussid mod workflows, where users fine-tune ...
6 More Replies
by
tkfm_s
• New Contributor II
- 570 Views
- 2 replies
- 0 kudos
I am developing a LightGBM model on Databricks, and I am using the Native API because it offers the widest range of options and allows me to try various approaches.The training data is loaded from a table in the Catalog as a Spark DataFrame. However,...
- 570 Views
- 2 replies
- 0 kudos
- 1403 Views
- 2 replies
- 1 kudos
I am retrieving a list of model serving endpoints for my workspace via this API: https://docs.databricks.com/api/workspace/servingendpoints/listAnd then going to retrieve health metrics for each one with: https://[DATABRICKS_HOST]/api/2.0/serving-end...
- 1403 Views
- 2 replies
- 1 kudos
Latest Reply
Your observation is correct—this behavior is expected.Endpoints with entity_type = FOUNDATION_MODEL_API do not expose health metrics via the /metrics endpoint, which is why you’re getting 404 responses. These endpoints are fully managed, multi-tenant...
1 More Replies
- 713 Views
- 1 replies
- 0 kudos
Hi! I'm trying to determine if Mosaic Vector Search (or is it simply called Vector Search) is available on AWS GovCloud?This shows it is not: https://docs.databricks.com/aws/en/resources/feature-region-supportAnd it's not mentioned here: https://docs...
- 713 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @MattBuck ,It's not available on AWS GovCloud.1) The first link you attached is the authoritative source for feature availability by region. If you can't find it there it means the feature is not available in specific region2) And I think this lim...
by
nb92
• New Contributor
- 677 Views
- 1 replies
- 0 kudos
The Databricks documentation page on on-demand feature computation (https://docs.databricks.com/aws/en/machine-learning/feature-store/on-demand-features#what-are-on-demand-features) mentions using Python UDFs for computing on-demand features. What ty...
- 677 Views
- 1 replies
- 0 kudos
Latest Reply
HI @nb92 ,
Only Scalar Python UDFs are allowed for on-demand feature computation. This page provides the recommended approach.
Best regards,
- 1543 Views
- 7 replies
- 3 kudos
- 1543 Views
- 7 replies
- 3 kudos
Latest Reply
Funnily enough, the problem also disappeard on my end this morning Previously, I saw a networking issue in my logs, but that also went away. Let's hope it stays that way!
6 More Replies
by
pfzoz
• New Contributor
- 3216 Views
- 1 replies
- 0 kudos
There are many conflict and dependency issues when trying to install VLLM and use the Qwen models (on serverless), even the v2 families.I tried following this guide https://docs.databricks.com/aws/en/machine-learning/sgc-examples/tutorials/sgc-raydat...
- 3216 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @pfzoz -- the "Model architectures failed to be inspected" error you are hitting is a well-known compatibility issue between vLLM, the transformers library, and the Qwen2/2.5-VL model family. The root cause is that vLLM's model registry subprocess...
- 1469 Views
- 3 replies
- 0 kudos
Hello,I am working on an ML project for text classification and I have a problem.The following piece of code stalls completely. It prints 'start' but never 'end'.from transformers import TrainingArguments
print("start")
args = TrainingArguments(outpu...
- 1469 Views
- 3 replies
- 0 kudos
Latest Reply
Hello @lingareddy_Alva ,Thank you for your reply. I have since been given a cluster with the ML Runtime and the code now works. So I consider the problem solved.
2 More Replies
- 2554 Views
- 2 replies
- 0 kudos
Looking for best solutions for identity resolution. I already have deterministic matching. Exploring probabilistic solutions. Any advice for me?
- 2554 Views
- 2 replies
- 0 kudos
Latest Reply
Sonal
New Contributor III
Check open source Zingg which runs natively within Databricks https://github.com/zinggAI/zingg
1 More Replies
- 432 Views
- 1 replies
- 0 kudos
Hello,My databricks workspace is associated to GCP project analytics.But me and my team mostly work on GCP project data-science, which contains the only BQ dataset that we have write access to.I'm trying to automate a pipeline to run on job compute a...
- 432 Views
- 1 replies
- 0 kudos
Latest Reply
What identity is the job running as?
Do you have any settings on the all-purpose cluster that you are not setting on the job-cluster?
Maybe you need to provide roles/bigquery.jobUser on project analytics to the job compute service account?
- 1665 Views
- 3 replies
- 1 kudos
Hi everyone,I’m currently using the Databricks Community Edition and trying to access data stored in Azure Blob Storage from my .ipynb notebook. The storage account is part of my student free Azure subscription.However, I’m not able to establish a co...
- 1665 Views
- 3 replies
- 1 kudos
Latest Reply
Hi,
I think you are referring to Databricks Free edition, in which case this doesn't support the connection to external storage such as Azure Blob storage.
Thanks,Emma
2 More Replies