SPRKSCL1105

Writer format value is not supported.

Description

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

Supported format values: csv, json and parquet.

Input Code:

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

Output Code:

df.write.mode("overwrite").saveAsTable(tablename)
/*EWI: SPRKSCL1105 => Writer format value is not supported .format("net.snowflake.spark.snowflake")*/

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.