<?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 Importing data into Excel from Databricks over ODBC OAuth / Simba Spark Driver in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72790#M34604</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;I am refering to this article&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/integrations/excel" target="_blank" rel="noopener"&gt;Connect to Azure Databricks from Microsoft Excel - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I use the latest&amp;nbsp;SimbaSparkODBC-2.8.2.1013-Windows-64bit driver and configured in like in that documentation.&lt;BR /&gt;In Databricks I use a Serverless Warehouse (Current,&amp;nbsp;&lt;SPAN&gt;v 2024.25)&lt;BR /&gt;I use Windows 11, Excel version 2403&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Now when filtering data in Excel - Power query on that warehouse, in the Databricks query history I get the following error:&lt;/P&gt;&lt;PRE&gt;[UNBOUND_SQL_PARAMETER] Found the unbound parameter: _753. Please, fix `args` and provide a mapping of the parameter to either a SQL literal or collection constructor functions such as `map()`, `array()`, `struct()`. SQLSTATE: 42P02; line 36 pos 18&lt;/PRE&gt;&lt;P&gt;The query looks like this -&amp;gt; note the "?"&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;COLUMN1&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;from&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;catalog&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;schema&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;table&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;
&lt;SPAN class=""&gt;where&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;PERIOD&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;  &lt;SPAN class=""&gt;and&lt;/SPAN&gt; &lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;PERIOD&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt; &lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;null&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Any idea on how to fix this?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 13:58:56 GMT</pubDate>
    <dc:creator>Michael_Galli</dc:creator>
    <dc:date>2024-06-12T13:58:56Z</dc:date>
    <item>
      <title>Importing data into Excel from Databricks over ODBC OAuth / Simba Spark Driver</title>
      <link>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72790#M34604</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I am refering to this article&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/integrations/excel" target="_blank" rel="noopener"&gt;Connect to Azure Databricks from Microsoft Excel - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I use the latest&amp;nbsp;SimbaSparkODBC-2.8.2.1013-Windows-64bit driver and configured in like in that documentation.&lt;BR /&gt;In Databricks I use a Serverless Warehouse (Current,&amp;nbsp;&lt;SPAN&gt;v 2024.25)&lt;BR /&gt;I use Windows 11, Excel version 2403&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Now when filtering data in Excel - Power query on that warehouse, in the Databricks query history I get the following error:&lt;/P&gt;&lt;PRE&gt;[UNBOUND_SQL_PARAMETER] Found the unbound parameter: _753. Please, fix `args` and provide a mapping of the parameter to either a SQL literal or collection constructor functions such as `map()`, `array()`, `struct()`. SQLSTATE: 42P02; line 36 pos 18&lt;/PRE&gt;&lt;P&gt;The query looks like this -&amp;gt; note the "?"&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;select&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;COLUMN1&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;from&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;catalog&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;schema&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;table&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt;
&lt;SPAN class=""&gt;where&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;PERIOD&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;  &lt;SPAN class=""&gt;and&lt;/SPAN&gt; &lt;SPAN class=""&gt;`&lt;/SPAN&gt;&lt;SPAN class=""&gt;PERIOD&lt;/SPAN&gt;&lt;SPAN class=""&gt;`&lt;/SPAN&gt; &lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;null&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Any idea on how to fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 13:58:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72790#M34604</guid>
      <dc:creator>Michael_Galli</dc:creator>
      <dc:date>2024-06-12T13:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data into Excel from Databricks over ODBC OAuth / Simba Spark Driver</title>
      <link>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72816#M34613</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/25359"&gt;@Michael_Galli&lt;/a&gt;, I've never seen this scenario before. Given the fact you're using a MSFT tech stack I'd recommend opening a support ticket with MSFT.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 15:46:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72816#M34613</guid>
      <dc:creator>raphaelblg</dc:creator>
      <dc:date>2024-06-12T15:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data into Excel from Databricks over ODBC OAuth / Simba Spark Driver</title>
      <link>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72829#M34617</link>
      <description>&lt;P&gt;Can you provide a link please?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 17:49:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72829#M34617</guid>
      <dc:creator>Michael_Galli</dc:creator>
      <dc:date>2024-06-12T17:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data into Excel from Databricks over ODBC OAuth / Simba Spark Driver</title>
      <link>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72830#M34618</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/25359"&gt;@Michael_Galli&lt;/a&gt;, MSFT team should evaluate, if they can resolve the issue they will. If determined to be a Databricks/Simba issue, Databricks team will get involved.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://azure.microsoft.com/en-us/support/create-ticket" target="_blank"&gt;https://azure.microsoft.com/en-us/support/create-ticket&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 17:51:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/72830#M34618</guid>
      <dc:creator>raphaelblg</dc:creator>
      <dc:date>2024-06-12T17:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data into Excel from Databricks over ODBC OAuth / Simba Spark Driver</title>
      <link>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/104643#M41826</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/25359"&gt;@Michael_Galli&lt;/a&gt;, we're currently experiencing the same issue. I've just asked our internal support team to raise a ticket with Microsoft but thought it would be worth reaching out to you. Have you had any luck resolving this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 04:07:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/104643#M41826</guid>
      <dc:creator>Aydin</dc:creator>
      <dc:date>2025-01-08T04:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Importing data into Excel from Databricks over ODBC OAuth / Simba Spark Driver</title>
      <link>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/104649#M41828</link>
      <description>&lt;P&gt;Here is the resolution I got from Databricks support:&lt;BR /&gt;"The reason they changed the default value of EnableNativeParameterizedQuery to 0 in v2.8 is that Databricks DBSQL server does not support Prepare when using native parameterized queries, so SQLPrepare will have a regression if the Native parameterized query is turned on by default and used by Power BI. The PG team also noticed that you’ve also turned on the UseNativeQuery. If you can turn off this (set UseNativeQuery=0), then it should also fix the issue even if they do not set EnableNativeParameterizedQuery=1 . Please note EnableNativeParameterizedQuery=1 was enabled in v2.7.3, before that, the query will also break if UseNativeQuery=1 "&lt;BR /&gt;hope this helps..&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 06:49:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/importing-data-into-excel-from-databricks-over-odbc-oauth-simba/m-p/104649#M41828</guid>
      <dc:creator>Michael_Galli</dc:creator>
      <dc:date>2025-01-08T06:49:57Z</dc:date>
    </item>
  </channel>
</rss>

