I have a dataframe, I want to create a temporary table from it. Basically I have a set of string, with that I am creating a dataframe and with that I want to create a temporary table in snowflake.
Is there any better way to create temp table with list, if not then how to create temp table using dataframe in snowflake.
I am using 1.8.0 version of snowflake and scala/java
you can create a temporary table
For more details visit
https://community.snowflake.com/s/article/HOW-To-Run-SHOW-Statements-using-Snowflake-Spark-connector