<?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: MLflow: Connect python with Community Edition in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102082#M3844</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136012"&gt;@nicobuko&lt;/a&gt;&amp;nbsp;I see what you mean, I just registered for CE using a different email address and I was not prompted for a password, it's OTP all the way.&amp;nbsp; That's a change in the last few months, I apologize I didn't realize how much that signup changed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/127895"&gt;@Advika_&lt;/a&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&lt;SPAN&gt;&amp;nbsp;The new signup process for CE does not create a password.&amp;nbsp; The documentation you posted is now out of date and needs to be reviewed by your team, as does how mlflow can work without a password or PAT.&amp;nbsp; This is a broken feature.&amp;nbsp; If people are using mlflow in CE, I assume they signed up before the switch to OTPs and have a password (like I do).&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 15:08:53 GMT</pubDate>
    <dc:creator>Rjdudley</dc:creator>
    <dc:date>2024-12-13T15:08:53Z</dc:date>
    <item>
      <title>MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101824#M3833</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new to databricks and want to work with MLFlow in the Databricks Community Edition. In python i am using mlflow.login(). This requests me to enter a password. But i do not have any password due to the fact that databricks login only required a one time password.&lt;/P&gt;&lt;P&gt;Is there another way to connect python Code to the community Edition? Or how do i create a password?&lt;/P&gt;&lt;P&gt;In the settings in the community Edition there is a password changing functionality but this one Requires to enter the old password which obviously does not exist.&lt;/P&gt;&lt;P&gt;It would be great if someone could Provide some help! Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:07:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101824#M3833</guid>
      <dc:creator>nicobuko</dc:creator>
      <dc:date>2024-12-11T20:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101830#M3834</link>
      <description>&lt;P&gt;You can try the following:&lt;BR /&gt;&lt;BR /&gt;Instead of using &lt;CODE&gt;mlflow.login()&lt;/CODE&gt;, you can set the tracking URI and the token directly in your code. Here is an example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;import mlflow

# Set the tracking URI to your Databricks workspace
mlflow.set_tracking_uri("https://community.cloud.databricks.com")

# Set the Databricks token
token = "YOUR_PERSONAL_ACCESS_TOKEN"

# Configure the MLFlow client to use the token
mlflow.set_experiment("your-experiment-name")
mlflow.start_run()
mlflow.log_param("param1", 5)
mlflow.log_metric("metric1", 0.85)
mlflow.end_run()&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:59:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101830#M3834</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-11T20:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101832#M3836</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;Thank you for your fast answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Where can I generate such a token in the community edition? I did not see an option to generate a token when I have looked into the community Edition.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 21:05:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101832#M3836</guid>
      <dc:creator>nicobuko</dc:creator>
      <dc:date>2024-12-11T21:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101837#M3837</link>
      <description>&lt;P&gt;Under Settings &amp;gt; Developer it does not allow you to?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 21:42:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101837#M3837</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-11T21:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101925#M3838</link>
      <description>&lt;P&gt;The Community Edition is very feature limited.&amp;nbsp; PATs are one feature which is not available.&amp;nbsp; None of the SQL Warehouse features are available, nor are most of the AI/ML features.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 14:19:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101925#M3838</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2024-12-12T14:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101935#M3839</link>
      <description>&lt;P&gt;Got it, as per our docs it is suggested the creation of a token for Community edition as you can see here&amp;nbsp;&lt;A href="https://docs.databricks.com/en/mlflow/access-hosted-tracking-server.html#step-1-configure-your-environment" target="_blank"&gt;https://docs.databricks.com/en/mlflow/access-hosted-tracking-server.html#step-1-configure-your-environment&lt;/A&gt;&amp;nbsp;it states that for Community Edition you can use any of the two approaches listed there, can you go through the doc and let me know if this are the methods you have attempted?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 14:47:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/101935#M3839</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-12T14:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102011#M3840</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/107723"&gt;@Rjdudley&lt;/a&gt;&amp;nbsp;Thank you for your answer but I am wondering about your answer because the mlflow documentation explicitly says that the CE could be used:&amp;nbsp;&lt;A href="https://mlflow.org/docs/latest/getting-started/running-notebooks/index.html" target="_blank"&gt;https://mlflow.org/docs/latest/getting-started/running-notebooks/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But the way described in the docs via mlflow.login is obviously not functional because i do not have a password.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;Before your comment i had seen the doc that you have linked once. But both Suggestions there are relying on the need to have a password which a User obviously does not have because of one time passwords. So the doc seems to be outdated and for me there seems to be currently no way to connect...&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 07:58:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102011#M3840</guid>
      <dc:creator>nicobuko</dc:creator>
      <dc:date>2024-12-13T07:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102017#M3841</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136012"&gt;@nicobuko&lt;/a&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find helpful resources for&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG data-stringify-type="bold"&gt;Databricks Community Edition&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link c-link--focus-visible" href="https://community.databricks.com/t5/announcements/databricks-community-edition-ce/td-p/100335" target="_blank" rel="noopener noreferrer" data-stringify-link="https://community.databricks.com/t5/announcements/databricks-community-edition-ce/td-p/100335" data-sk="tooltip_parent"&gt;here&lt;/A&gt;&lt;SPAN&gt;. If the available resource doesn’t resolve your concern, feel free to submit a ticket with Databricks&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link c-link--focus-visible" href="https://help.databricks.com/s/contact-us?ReqType=training" target="_blank" rel="noopener noreferrer" data-stringify-link="https://help.databricks.com/s/contact-us?ReqType=training" data-sk="tooltip_parent"&gt;Support team&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;for further assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 08:47:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102017#M3841</guid>
      <dc:creator>Advika_</dc:creator>
      <dc:date>2024-12-13T08:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102067#M3842</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136012"&gt;@nicobuko&lt;/a&gt;&amp;nbsp;You actually do have a password, you created the password when you signed up for CE.&amp;nbsp; The newer browser login experience uses your userid and an e-mailed OTP when you are using a recognized machine, but your password still exists.&amp;nbsp; Try logging in using incognito on your browser, you should be prompted for your password.&amp;nbsp; You'll also be able to change it this time.&amp;nbsp; That's the password you'll use in your code (recommend an environment variable or make sure not to commit to a repo).&amp;nbsp; Either of the methods in the documentation&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;linked to should work once you get your password reset.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 14:41:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102067#M3842</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2024-12-13T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102068#M3843</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/107723"&gt;@Rjdudley&lt;/a&gt;&amp;nbsp;Thank you for your response. I do definetely not have a password. I have now created 3 or 4 accounts and I was never asked to create a password. Also in incognito mode I am not requested to enter a password. It is always using one time password (at signup and also at logging in and also in incognito mode).&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 14:24:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102068#M3843</guid>
      <dc:creator>nicobuko</dc:creator>
      <dc:date>2024-12-13T14:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102082#M3844</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136012"&gt;@nicobuko&lt;/a&gt;&amp;nbsp;I see what you mean, I just registered for CE using a different email address and I was not prompted for a password, it's OTP all the way.&amp;nbsp; That's a change in the last few months, I apologize I didn't realize how much that signup changed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/127895"&gt;@Advika_&lt;/a&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&lt;SPAN&gt;&amp;nbsp;The new signup process for CE does not create a password.&amp;nbsp; The documentation you posted is now out of date and needs to be reviewed by your team, as does how mlflow can work without a password or PAT.&amp;nbsp; This is a broken feature.&amp;nbsp; If people are using mlflow in CE, I assume they signed up before the switch to OTPs and have a password (like I do).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 15:08:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102082#M3844</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2024-12-13T15:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102104#M3845</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/127895"&gt;@Advika_&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/107723"&gt;@Rjdudley&lt;/a&gt; It would be great if a fix could be made so that the feature works again in the future. Is there any way to stay up to date on when and how the feature will work again in the future?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 16:57:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102104#M3845</guid>
      <dc:creator>nicobuko</dc:creator>
      <dc:date>2024-12-13T16:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102832#M3871</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136012"&gt;@nicobuko&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/107723"&gt;@Rjdudley&lt;/a&gt;&amp;nbsp;I was using mlflow with Databricks CE previously, where I could use Basic Authentication details (username/ password) for login. I created that account 3 months ago. Now, since Basic Auth is no longer supported, and we cannot create any PAT for login, seems mlflow feature is no longer working with Databricks CE. I have added more details in this &lt;A href="https://community.databricks.com/t5/machine-learning/mlflow-login-failed-with-error-failed-to-validate-databricks/td-p/102670" target="_self"&gt;thread&lt;/A&gt; as well.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/127895"&gt;@Advika_&lt;/a&gt;&amp;nbsp;Appreciate if you could provide a fix to this issue, so that we can use mlflow with Databricks CE.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 16:09:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102832#M3871</guid>
      <dc:creator>cwij95</dc:creator>
      <dc:date>2024-12-20T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: MLflow: Connect python with Community Edition</title>
      <link>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102833#M3872</link>
      <description>&lt;P&gt;I am currently looking with our internal teams if this will be provided in the near future, still waiting for confirmation.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 16:11:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/mlflow-connect-python-with-community-edition/m-p/102833#M3872</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-20T16:11:54Z</dc:date>
    </item>
  </channel>
</rss>

