SPRKSCL1107

Writer method is not supported.

Description

This issue appears when the tool detects, in writer statement, the usage of a method not supported by Snowpark.

Input Code:

 df.write.format("net.snowflake.spark.snowflake")
   .option("dbtable", tablename)
   .mode("overwrite")
   .save()

Output Code:

df.write.mode("overwrite").saveAsTable(tablename)
/*EWI: SPRKSCL1107 => Writer method is not supported.save()*/

Recommendation

  • For more support, you can email us at snowconvert-info@snowflake.com. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.