SPRKSCL1110

Reader method not supported.

Description

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

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: SPRKSCL1110 => Reader method not supported .load()*/

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.