<?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: Error while Deploying Asset Bundle using Azure Devops in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/98045#M39592</link>
    <description>&lt;P&gt;I had similar error message but then using correct environment variables in the pipeline solved the problem. Especially setting &lt;SPAN class=""&gt;DATABRICKS_HOST point to the account.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;More detailed description is here&amp;nbsp;&lt;A title="Databricks Asset Bundle OAuth Authentication in Azure DevOps" href="https://medium.com/@sampo.virkkula/databricks-asset-bundle-authentication-in-azure-devops-part-1-e8f04f13fab9" target="_self"&gt;Databricks Asset Bundle OAuth Authentication in Azure DevOps&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 08:16:43 GMT</pubDate>
    <dc:creator>sampo</dc:creator>
    <dc:date>2024-11-07T08:16:43Z</dc:date>
    <item>
      <title>Error while Deploying Asset Bundle using Azure Devops</title>
      <link>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/87144#M37389</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to deploy the Asset Bundle using Azure DevOps, it is giving me this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step: databricks bundle validate -t dev&lt;/P&gt;&lt;P&gt;&lt;EM&gt;========================== Starting Command Output ===========================&lt;/EM&gt;&lt;BR /&gt;2024-09-02T05:41:19.9113254Z Error: failed during request visitor: default auth: azure-cli: cannot get account info: exit status 1. Config: host=&amp;lt;Workspace_Link&amp;gt;,&amp;nbsp;azure_tenant_id=&amp;lt;Tenant_ID&amp;gt;, client_secret=***, databricks_cli_path=C:\Windows\databricks.exe. Env: DATABRICKS_HOST, DATABRICKS_CLIENT_SECRET, DATABRICKS_CLI_PATH&lt;BR /&gt;2024-09-02T05:41:19.9113990Z&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;steps:&lt;BR /&gt;- bash: 'databricks bundle validate -t dev'&lt;BR /&gt;workingDirectory: '$(System.DefaultWorkingDirectory)/_Datalake-Databricks/databricks_asset_bundle'&lt;BR /&gt;displayName: 'validate databricks asset bundle'&lt;BR /&gt;env:&lt;BR /&gt;DATABRICKS_CLIENT_SECRET: $(DATABRICKS_CLIENT_SECRET)&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Could you please help me with this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 05:46:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/87144#M37389</guid>
      <dc:creator>felix_immanuel</dc:creator>
      <dc:date>2024-09-02T05:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Deploying Asset Bundle using Azure Devops</title>
      <link>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/87145#M37390</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/118598"&gt;@felix_immanuel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Look at below thread. There is some kind of issue when it comes to using azure CLI and DAB. But, there is workaround that seems to be working:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/databricks/cli/issues/1722" target="_blank"&gt;https://github.com/databricks/cli/issues/1722&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 05:52:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/87145#M37390</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-09-02T05:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Deploying Asset Bundle using Azure Devops</title>
      <link>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/89229#M37732</link>
      <description>&lt;P&gt;This issue is been fixed now, there was a problem in the Client ID which was masked. I Remove the mask and tried it worked.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 01:09:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/89229#M37732</guid>
      <dc:creator>felix_immanuel</dc:creator>
      <dc:date>2024-09-10T01:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Deploying Asset Bundle using Azure Devops</title>
      <link>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/91498#M38177</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/118598"&gt;@felix_immanuel&lt;/a&gt;&amp;nbsp; I met a similar issue with the same error message. Could you kindly explain more about how did you fix it?&lt;/P&gt;&lt;P&gt;Much appreciate!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 00:30:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/91498#M38177</guid>
      <dc:creator>AlbertWang</dc:creator>
      <dc:date>2024-09-24T00:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Deploying Asset Bundle using Azure Devops</title>
      <link>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/98045#M39592</link>
      <description>&lt;P&gt;I had similar error message but then using correct environment variables in the pipeline solved the problem. Especially setting &lt;SPAN class=""&gt;DATABRICKS_HOST point to the account.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;More detailed description is here&amp;nbsp;&lt;A title="Databricks Asset Bundle OAuth Authentication in Azure DevOps" href="https://medium.com/@sampo.virkkula/databricks-asset-bundle-authentication-in-azure-devops-part-1-e8f04f13fab9" target="_self"&gt;Databricks Asset Bundle OAuth Authentication in Azure DevOps&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 08:16:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-while-deploying-asset-bundle-using-azure-devops/m-p/98045#M39592</guid>
      <dc:creator>sampo</dc:creator>
      <dc:date>2024-11-07T08:16:43Z</dc:date>
    </item>
  </channel>
</rss>

