SPRKSCL1108

Reader format value is not supported.

Description

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

Supported format values: csv, json and parquet.

Input Code:

 session.read.
    format("net.snowflake.spark.snowflake").
    option("query", s"select * from $tablename")
    load()

Output Code:

session.sql(s"select * from $tablename")
/*EWI: SPRKSCL1108 => Reader 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.

Last updated