<?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 is there a way to write streaming data to delta and create a table in spark catalog at the same time? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-write-streaming-data-to-delta-and-create-a/m-p/18838#M12556</link>
    <description />
    <pubDate>Fri, 25 Jun 2021 19:58:21 GMT</pubDate>
    <dc:creator>User16826987838</dc:creator>
    <dc:date>2021-06-25T19:58:21Z</dc:date>
    <item>
      <title>is there a way to write streaming data to delta and create a table in spark catalog at the same time?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-write-streaming-data-to-delta-and-create-a/m-p/18838#M12556</link>
      <description />
      <pubDate>Fri, 25 Jun 2021 19:58:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-write-streaming-data-to-delta-and-create-a/m-p/18838#M12556</guid>
      <dc:creator>User16826987838</dc:creator>
      <dc:date>2021-06-25T19:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: is there a way to write streaming data to delta and create a table in spark catalog at the same time?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-write-streaming-data-to-delta-and-create-a/m-p/18839#M12557</link>
      <description>&lt;P&gt;Yes, in your write stream you can save it as a table in the delta format without a problem. In DBR 8, the default table format is delta. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this code, please note that the "..." is supplied to show that additional options may be required: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;df.writeStream.format("delta")...saveAsTable("&amp;lt;tablename&amp;gt;")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 22:03:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-write-streaming-data-to-delta-and-create-a/m-p/18839#M12557</guid>
      <dc:creator>Ryan_Chynoweth</dc:creator>
      <dc:date>2021-06-25T22:03:34Z</dc:date>
    </item>
  </channel>
</rss>

