RVR-SF-402
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-SF-402

  • Dark
    Light
  • PDF

Article summary

  1. Issue Summary

    • This error code, RVR-SF-402, is related to the ingestion of a dataframe into Snowflake via Rivery. This likely indicates a problem during the data transfer or load operation from Rivery to Snowflake. Initial diagnosis suggests potential issues with data compatibility, column naming, or Snowflake connection settings.
  2. Action Steps:

    • Check Column Names: Ensure that the column names in your dataframe do not contain special characters or spaces. Snowflake does not allow the character "." in header columns, so rename them if necessary.
    • Verify Data Types: Confirm that the data types in your dataframe are compatible with the expected data types in Snowflake. Refer to the Snowflake to Rivery data type mapping to ensure compatibility.
    • Review Permissions: Validate that the Snowflake credentials used in Rivery have the necessary permissions for the Snowflake database, schema, and warehouse settings.
    • Check Data Encoding: If your dataframe contains special or non-English characters, ensure they're properly handled or encoded according to Snowflake's requirements.
    • Snowflake Connection: Double-check the connection settings and credentials for Snowflake in Rivery to make sure they're correctly configured.
  3. External References:

If the issue persists or you need further assistance, please open a ticket with Rivery support.


Was this article helpful?

What's Next