<?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: Command prompt won't let me type the Databricks token in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31282#M22764</link>
    <description>&lt;P&gt;Hey there! You're on a roll today! Thanks for letting us know. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Fri, 21 Jan 2022 20:03:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-01-21T20:03:47Z</dc:date>
    <item>
      <title>Command prompt won't let me type the Databricks token</title>
      <link>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31278#M22760</link>
      <description>&lt;P&gt;Hi, I am trying to set up Databricks CLI using the command prompt on my computer. I downloaded the Python 3.9 app and successfully ran the command &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;pip install databricks-cli&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I try to set up the Databricks token, I am able to type my Databricks Host, but the command prompt won't let me type the token. I also cannot do ctrl+v.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;c:\Users\fboul\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts&amp;gt;databricks configure --token
Databricks Host (should begin with &lt;A href="https://):" target="test_blank"&gt;https://):&lt;/A&gt; &lt;A href="https://adb-735xxxxxxxxxxxx82.2.azuredatabricks.net/" target="test_blank"&gt;https://adb-735xxxxxxxxxxxx82.2.azuredatabricks.net/&lt;/A&gt;
Token:&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't know if it's normal, but my Databricks Host is a number instead of a region. In every tutorials that I watched it was always a region.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I could be able to type my token in the command prompt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 13:36:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31278#M22760</guid>
      <dc:creator>frank26364</dc:creator>
      <dc:date>2022-01-20T13:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Command prompt won't let me type the Databricks token</title>
      <link>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31279#M22761</link>
      <description>&lt;P&gt;Your access credentials are stored in the file&lt;/P&gt;&lt;P&gt;~/.databrickscfg on Unix, Linux, or macOS, or %USERPROFILE%\.databrickscfg on Windows. Please locate file and just edit it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;[DEFAULT]
host = &amp;lt;workspace-URL&amp;gt;
token = &amp;lt;personal-access-token&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 15:57:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31279#M22761</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-01-20T15:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Command prompt won't let me type the Databricks token</title>
      <link>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31280#M22762</link>
      <description>&lt;P&gt;yea that changed a while ago, now it is indeed a number like adb.123...&lt;A href="http://2.azuredatabriccks.net" alt="http://2.azuredatabriccks.net" target="_blank"&gt;2.azuredatabriccks.net&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;so no worries.&lt;/P&gt;&lt;P&gt;Not being able to paste in a command prompt I experienced too on some windows installs.  Can you copy the token on the clipboard and try right-click instead of ctrl-v?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 08:22:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31280#M22762</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-01-21T08:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Command prompt won't let me type the Databricks token</title>
      <link>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31281#M22763</link>
      <description>&lt;P&gt;Ok, I finally was able to solve this issue. Once I entered &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;databricks configure --token&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I was able to put my host normally (what I was typing was shown on the cmd prompt). But what I would type or paste as the token wasn't shown. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tricky part is that ctrl+v didn't work BUT doing only right-clic (without a menu to select paste) would paste what I had copied. Nothing was shown on the cmd prompt but the pasting was done correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Python 3.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 15:14:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31281#M22763</guid>
      <dc:creator>frank26364</dc:creator>
      <dc:date>2022-01-21T15:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Command prompt won't let me type the Databricks token</title>
      <link>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31282#M22764</link>
      <description>&lt;P&gt;Hey there! You're on a roll today! Thanks for letting us know. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 20:03:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/command-prompt-won-t-let-me-type-the-databricks-token/m-p/31282#M22764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-21T20:03:47Z</dc:date>
    </item>
  </channel>
</rss>

