<?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: Tableau Prep to Databricks Error in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156151#M54372</link>
    <description>&lt;P&gt;Hi again !&lt;/P&gt;&lt;P&gt;When I check your screenshot I can see that Tableau activity is actually logged under your user and the staging steps seem to succeed.&lt;/P&gt;&lt;P&gt;In other words, Tableau created a temporary volume, uploads a CSV into /Volumes/...&amp;nbsp;and drops the volume. So I think the issue may not be the initial SQL connection or staging table creation.&lt;/P&gt;&lt;P&gt;Canyou please filter query history by failed Tableau queries around the exact timestamp?&lt;/P&gt;&lt;P&gt;If you don't find any failed SQL query the error may be happening outside QH, possibly during the final write step, UC volume access, external location or simply the ODBC/REST call.&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2026 12:09:48 GMT</pubDate>
    <dc:creator>amirabedhiafi</dc:creator>
    <dc:date>2026-05-05T12:09:48Z</dc:date>
    <item>
      <title>Tableau Prep to Databricks Error</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156138#M54366</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;When writing from Tableau Prep to Databricks on Azure, we receive the following error message:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Databricks][Hardy] (52) Error communicating with the service: 403&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Interestingly, reading from Databricks works without any issues. The Databricks user has all necessary permissions and no issues are logged on this page. A temporary table is successfully created and dropped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What is going wrong here?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 09:19:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156138#M54366</guid>
      <dc:creator>Karsten</dc:creator>
      <dc:date>2026-05-05T09:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau Prep to Databricks Error</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156146#M54370</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/229190"&gt;@Karsten&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;I don't think it is&amp;nbsp;a read permission issue because&amp;nbsp;Tableau prep write path is different from its read path.&lt;/P&gt;&lt;P&gt;Tableau prep writes database output in stages so it generates rows, writes them to a temporary table/staging area&amp;nbsp;then moves the data into the final destination table.&lt;/P&gt;&lt;P&gt;So the fact that the temp table is created and dropped only proves the first part works, not the final write or replace step.&lt;/P&gt;&lt;P&gt;&lt;A title="https://help.tableau.com/current/prep/en-us/prep_save_share.htm" href="https://help.tableau.com/current/prep/en-us/prep_save_share.htm" target="_self"&gt;https://help.tableau.com/current/prep/en-us/prep_save_share.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;DBKS output from Tableau prep supports create and replace only and append is not currently supported.&amp;nbsp;&lt;BR /&gt;If you are using append, switch to create or replace or handle the append inside DBKS with a notebook or job.&lt;/P&gt;&lt;P&gt;Don't forget for UC, reading needs SELECT&amp;nbsp;but writing needs more:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;USE CATALOG&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;USE SCHEMA&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;MODIFY on the target table for writing&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;CREATE TABLE on the schema if Tableau creates the table&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;MANAGE&amp;nbsp;or ownership if Tableau drops or replaces an existing table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A title="https://docs.databricks.com/aws/en/tables/tables-concepts" href="https://docs.databricks.com/aws/en/tables/tables-concepts" target="_self"&gt;https://docs.databricks.com/aws/en/tables/tables-concepts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The user or SP must have at least CAN USE on the SQL warehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A title="https://kb.databricks.com/dbsql/jobs-in-sql-warehouse-returning-403-error" href="https://kb.databricks.com/dbsql/jobs-in-sql-warehouse-returning-403-error" target="_self"&gt;https://kb.databricks.com/dbsql/jobs-in-sql-warehouse-returning-403-error&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Tableau requires the DBKS ODBC driver 2.8.2 or newer for this output scenario and DBKS output support is tied to Tableau cloud or publishing to Tableau cloud from version 2025.3.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 10:47:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156146#M54370</guid>
      <dc:creator>amirabedhiafi</dc:creator>
      <dc:date>2026-05-05T10:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau Prep to Databricks Error</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156150#M54371</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/226887"&gt;@amirabedhiafi&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;Thanks for your fast reply. I'll forward this information to mx colleague (I'm only the Tableau guy).&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the newest driver and supposedly my user got admin privileges. But let's see.&lt;/P&gt;&lt;P&gt;One more question: I'm wondering why there are no errors logged under my user account in DBKS. Shouldn't there be some entries there?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 11:50:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156150#M54371</guid>
      <dc:creator>Karsten</dc:creator>
      <dc:date>2026-05-05T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau Prep to Databricks Error</title>
      <link>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156151#M54372</link>
      <description>&lt;P&gt;Hi again !&lt;/P&gt;&lt;P&gt;When I check your screenshot I can see that Tableau activity is actually logged under your user and the staging steps seem to succeed.&lt;/P&gt;&lt;P&gt;In other words, Tableau created a temporary volume, uploads a CSV into /Volumes/...&amp;nbsp;and drops the volume. So I think the issue may not be the initial SQL connection or staging table creation.&lt;/P&gt;&lt;P&gt;Canyou please filter query history by failed Tableau queries around the exact timestamp?&lt;/P&gt;&lt;P&gt;If you don't find any failed SQL query the error may be happening outside QH, possibly during the final write step, UC volume access, external location or simply the ODBC/REST call.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 12:09:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/tableau-prep-to-databricks-error/m-p/156151#M54372</guid>
      <dc:creator>amirabedhiafi</dc:creator>
      <dc:date>2026-05-05T12:09:48Z</dc:date>
    </item>
  </channel>
</rss>

