SPRKSCL1109
Reader option is not supported.
Description
This issue appears when the tool detects, in reader statement, the usage of an option 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: SPRKSCL1109 => Reader option is not supported.
option("query", s"select * from $tablename")*/
Recommendation
For more support, you can email us at [email protected]. If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.