Does spark utilise a temporary stage when writing to snowflake? How does that work?
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...spark.read.format("csv") .option("header", ...
- 1621 Views
- 1 replies
- 0 kudos
Latest Reply
Yes it uses a temporary stage. should have just looked in snowflake history
- 0 kudos