SPRKDBX1003
R cells are not supported.
Message: R cells are not supported in Snowsight.
Category: Conversion Error.
Description
This issue appears when the SMA detects a cell with R code in a DBX notebook, Snowsight does not support R cells. Only SQL, Python and Markdown are available in Snowsight.
Scenario
Input
Below is an example of %r command.
Output
The SMA adds the EWI SPRKDBX1003
on the output code to let you know that this cell is not supported.
Recommended fix
There is no direct fix for this issue. It is necessary to rewrite the R code in Python.
Additional recommendations
Last updated