This issue appears when the Spark element is not present on the method chaining.
Input code
val reader = sparkSession.read.format("json")
val df = reader.load(path)
Output code
/*EWI: SPRKSCL1169 => Function 'org.apache.spark.sql.DataFrameReader.load' is missing on the method chaining*/
val reader = sparkSession.read.format("json")
val df = reader.load(path)
Recommendation
For more support, you can email us at . If you have a contract for support with Snowflake, reach out to your sales engineer and they can direct your support needs.