SPRKSCL1110
The method on DataFrameReader method chaining is not supported.
This issue code has been deprecated
Message: Reader method not supported method name.
Category: Warning
Description
This issue appears when the SMA detects a method that is not supported by Snowflake in the DataFrameReader method chaining. Then, it might affects the migration of the reader statement.
Scenario
Input
Below is an example of a DataFrameReader method chaining where load method is not supported by Snowflake.
Output
The SMA adds the EWI SPRKSCL1110
to the output code to let you know that load method is not supported by Snowpark. Then, it might affects the migration of the reader statement.
Recommended fix
Check the Snowpark documentation for reader here, in order to know the supported methods by Snowflake.
Additional recommendations
For more support, you can email us at sma-support@snowflake.com or post an issue in the SMA.
Last updated