<?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: Delta Live Table &amp; Autoloader adding a non-existent column in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-live-table-autoloader-adding-a-non-existent-column/m-p/5013#M1549</link>
    <description>&lt;P&gt;can you attach the exact output so that I can have a look on that .&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2023 10:39:30 GMT</pubDate>
    <dc:creator>Rishabh-Pandey</dc:creator>
    <dc:date>2023-05-01T10:39:30Z</dc:date>
    <item>
      <title>Delta Live Table &amp; Autoloader adding a non-existent column</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-autoloader-adding-a-non-existent-column/m-p/5012#M1548</link>
      <description>&lt;P&gt;I'm trying to setup autoloader to read some csv files. I tried with both autoloader with the DLT decorator as well as just autoloader by itself. The first column of the data is called "run_id", when I do a spark.read.csv() directly on the file it comes in fine. When I use autoloader then it seems to see the first column as a curly brace "{" can't find anything online what that is or where it's coming from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a sample of the autoloader call:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;df = (spark.readStream.format("cloudFiles")
      .option("cloudFiles.format", "csv")
      .option("cloudFiles.includeExistingFiles","true")
      .option("cloudFiles.schemaLocation", "/dbfs/schema_registry/")
      .load("/dbfs/mnt/folder/data_20230519.csv"))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Anyone know what's going on?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 20:38:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-autoloader-adding-a-non-existent-column/m-p/5012#M1548</guid>
      <dc:creator>YSF</dc:creator>
      <dc:date>2023-04-30T20:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table &amp; Autoloader adding a non-existent column</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-autoloader-adding-a-non-existent-column/m-p/5013#M1549</link>
      <description>&lt;P&gt;can you attach the exact output so that I can have a look on that .&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 10:39:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-autoloader-adding-a-non-existent-column/m-p/5013#M1549</guid>
      <dc:creator>Rishabh-Pandey</dc:creator>
      <dc:date>2023-05-01T10:39:30Z</dc:date>
    </item>
  </channel>
</rss>

