<?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: Does spark utilise a temporary stage when writing to snowflake? How does that work? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/does-spark-utilise-a-temporary-stage-when-writing-to-snowflake/m-p/11262#M6268</link>
    <description>&lt;P&gt;Yes it uses a temporary stage. should have just looked in snowflake history&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1655i90EEC08A07C00096/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2022 08:47:37 GMT</pubDate>
    <dc:creator>mick042</dc:creator>
    <dc:date>2022-08-04T08:47:37Z</dc:date>
    <item>
      <title>Does spark utilise a temporary stage when writing to snowflake? How does that work?</title>
      <link>https://community.databricks.com/t5/data-engineering/does-spark-utilise-a-temporary-stage-when-writing-to-snowflake/m-p/11261#M6267</link>
      <description>&lt;P&gt;Folks , when I want to push data to snowflake I need to use a stage for files before copying data over. However, when I utilise the net.snowflake.spark.snowflake.Utils library and do a spark.write as in...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;spark.read.format("csv")
  .option("header", "true")
  .load("/mydata.data")
  .write.format("snowflake")
  .options(options).mode("append").option("dbtable", "mytable").save()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can write directly into snowflake without specifying a stage etc.&lt;/P&gt;&lt;P&gt;Just wondering how this works so I can preempt any security problems etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 06:58:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/does-spark-utilise-a-temporary-stage-when-writing-to-snowflake/m-p/11261#M6267</guid>
      <dc:creator>mick042</dc:creator>
      <dc:date>2022-08-04T06:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does spark utilise a temporary stage when writing to snowflake? How does that work?</title>
      <link>https://community.databricks.com/t5/data-engineering/does-spark-utilise-a-temporary-stage-when-writing-to-snowflake/m-p/11262#M6268</link>
      <description>&lt;P&gt;Yes it uses a temporary stage. should have just looked in snowflake history&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1655i90EEC08A07C00096/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 08:47:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/does-spark-utilise-a-temporary-stage-when-writing-to-snowflake/m-p/11262#M6268</guid>
      <dc:creator>mick042</dc:creator>
      <dc:date>2022-08-04T08:47:37Z</dc:date>
    </item>
  </channel>
</rss>

