<?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: UTF-8 troubles in DLT in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/utf-8-troubles-in-dlt/m-p/68006#M8229</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sorry for a long wait...&lt;BR /&gt;&lt;BR /&gt;The problem is not the columns or the data itself, the UTF-8 option for csv is working fine. The issue is with table_names not being compatible it seems. If I run the query through Auto Loader outside DLT and use backticks for catalog_name, schema_name and table_name, likt this: `dev`.`bronze`.`bokføring` it works perfectly.&lt;/P&gt;&lt;P&gt;Is there anyway that this can be done in DLT? Do you know the timeline when the runtime will be upgraded so that it will work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 07:42:18 GMT</pubDate>
    <dc:creator>EirikMa</dc:creator>
    <dc:date>2024-05-03T07:42:18Z</dc:date>
    <item>
      <title>UTF-8 troubles in DLT</title>
      <link>https://community.databricks.com/t5/get-started-discussions/utf-8-troubles-in-dlt/m-p/64503#M8227</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Issues with UTF-8 in DLT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am having issues with UTF-8 in DLT:&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EirikMa_0-1711360526822.png" style="width: 527px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6770iBA0B2A3357CC440F/image-dimensions/527x261/is-moderation-mode/true?v=v2" width="527" height="261" role="button" title="EirikMa_0-1711360526822.png" alt="EirikMa_0-1711360526822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have tried to set the spark config on the cluster running the DLT pipeline:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EirikMa_1-1711361452104.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6771iA99CE2DA841F6491/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="EirikMa_1-1711361452104.png" alt="EirikMa_1-1711361452104.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have fixed this with normal compute under advanced settings like this:&lt;BR /&gt;&lt;SPAN&gt;spark.conf.set("spark.driver.extraJavaOptions", "-Dfile.encoding=UTF-8")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;spark.conf.set("spark.executor.extraJavaOptions", "-Dfile.encoding=UTF-8")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, this does not work with DLT. Have any of you guys figured this out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Eirik&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 10:11:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/utf-8-troubles-in-dlt/m-p/64503#M8227</guid>
      <dc:creator>EirikMa</dc:creator>
      <dc:date>2024-03-25T10:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: UTF-8 troubles in DLT</title>
      <link>https://community.databricks.com/t5/get-started-discussions/utf-8-troubles-in-dlt/m-p/68006#M8229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sorry for a long wait...&lt;BR /&gt;&lt;BR /&gt;The problem is not the columns or the data itself, the UTF-8 option for csv is working fine. The issue is with table_names not being compatible it seems. If I run the query through Auto Loader outside DLT and use backticks for catalog_name, schema_name and table_name, likt this: `dev`.`bronze`.`bokføring` it works perfectly.&lt;/P&gt;&lt;P&gt;Is there anyway that this can be done in DLT? Do you know the timeline when the runtime will be upgraded so that it will work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 07:42:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/utf-8-troubles-in-dlt/m-p/68006#M8229</guid>
      <dc:creator>EirikMa</dc:creator>
      <dc:date>2024-05-03T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: UTF-8 troubles in DLT</title>
      <link>https://community.databricks.com/t5/get-started-discussions/utf-8-troubles-in-dlt/m-p/87184#M8230</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;Hi, DLT has updated its runtime but I get a different error now:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EirikMA1_0-1725269942827.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10853iE41B3767BB93BACC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EirikMA1_0-1725269942827.png" alt="EirikMA1_0-1725269942827.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is my code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EirikMA1_1-1725269998458.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10854iCABE51B8EBB89425/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EirikMA1_1-1725269998458.png" alt="EirikMA1_1-1725269998458.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 09:41:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/utf-8-troubles-in-dlt/m-p/87184#M8230</guid>
      <dc:creator>EirikMA1</dc:creator>
      <dc:date>2024-09-02T09:41:11Z</dc:date>
    </item>
  </channel>
</rss>

