<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AutoML on Databricks as of May 2026 in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/automl-on-databricks-as-of-may-2026/m-p/157188#M4621</link>
    <description>&lt;P&gt;This sounds like a regression on Databricks UI side.&lt;/P&gt;&lt;P&gt;This is part of a project in which we need non-technical users to be able to perform the procedure strictly through the Databricks web UI.&lt;/P&gt;&lt;P&gt;Anyways, I contacted Databricks support, let's hope they fix it.&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2026 15:53:06 GMT</pubDate>
    <dc:creator>nepiskopos</dc:creator>
    <dc:date>2026-05-18T15:53:06Z</dc:date>
    <item>
      <title>AutoML on Databricks as of May 2026</title>
      <link>https://community.databricks.com/t5/machine-learning/automl-on-databricks-as-of-may-2026/m-p/157173#M4619</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;I try to register one of the trained ML models in a schema, under a unity catalog, using the Databricks web UI.&lt;/P&gt;&lt;P&gt;However, no model is registered. A placeholder with the assigned model name gets created in the schema under Models, but no model version is registered.&lt;/P&gt;&lt;P&gt;This procedure was working two weeks ago.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have ran the following SQL command&lt;BR /&gt;SHOW GRANTS `your_email@domain.com` ON SCHEMA &amp;lt;your_catalog&amp;gt;.&amp;lt;your_schema&amp;gt;;&lt;BR /&gt;and I verified I have CREATE MODEL permissions on the specific schema.&lt;/P&gt;&lt;P&gt;I have also ran the following SQL command&lt;BR /&gt;SHOW GRANTS `your_email@domain.com` ON CATALOG &amp;lt;your_catalog&amp;gt;;&lt;BR /&gt;and I verified I have both USE CATALOG and USE SCHEMA permissions on the specific catalog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I try to register the model using MLflow, it succeeds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is this suddenly happening?&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 11:49:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/automl-on-databricks-as-of-may-2026/m-p/157173#M4619</guid>
      <dc:creator>nepiskopos</dc:creator>
      <dc:date>2026-05-18T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: AutoML on Databricks as of May 2026</title>
      <link>https://community.databricks.com/t5/machine-learning/automl-on-databricks-as-of-may-2026/m-p/157180#M4620</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/230408"&gt;@nepiskopos&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;From what you’ve described, this does not look like a Unity Catalog permissions issue.&amp;nbsp;The main reason is that the target registered model object is being created in the schema, but the model version is not. That usually points to a failure in the UI registration flow after the model placeholder has been created, rather than a problem with CREATE MODEL / USE CATALOG / USE SCHEMA itself.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;The other strong signal is that registration works when you do the same thing through MLflow. If the same model can be registered successfully with MLflow into the same catalog and schema, that makes a permissions problem much less likely and suggests the issue is specific to the Databricks web UI path.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;So this is most likely a recent UI-side regression or failure in the backend path used by the UI for model version creation. In other words...&amp;nbsp;&lt;SPAN&gt;the UI can create the model entry ,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;but it is failing on the follow-up step that should create the first model version&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;That would also explain why this worked a couple of weeks ago and is now suddenly failing, without any obvious change in your grants.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;For now, the practical workaround is to continue registering the model through MLflow, since that path is succeeding in your workspace.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;You may also want to raise a support ticket with the relevant details for the product teams to investigate.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 13:28:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/automl-on-databricks-as-of-may-2026/m-p/157180#M4620</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-05-18T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: AutoML on Databricks as of May 2026</title>
      <link>https://community.databricks.com/t5/machine-learning/automl-on-databricks-as-of-may-2026/m-p/157188#M4621</link>
      <description>&lt;P&gt;This sounds like a regression on Databricks UI side.&lt;/P&gt;&lt;P&gt;This is part of a project in which we need non-technical users to be able to perform the procedure strictly through the Databricks web UI.&lt;/P&gt;&lt;P&gt;Anyways, I contacted Databricks support, let's hope they fix it.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 15:53:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/automl-on-databricks-as-of-may-2026/m-p/157188#M4621</guid>
      <dc:creator>nepiskopos</dc:creator>
      <dc:date>2026-05-18T15:53:06Z</dc:date>
    </item>
  </channel>
</rss>

