Skip to main content
Feedback

RVR-FRB-100

  1. Issue Summary

    • You are encountering the error "Error trying to cast null values for required column" with error code RVR-FRB-100 while working with a Firebolt data connector in Data Integration. This error typically occurs when an operation attempts to input or transform null values into columns that do not accept nulls. It is crucial to ensure columns, especially those set as primary indexes or with not-null constraints, do not receive null values.
  2. Action Steps:

    • Identify Null Columns: Check which columns in your data have null values and cross-reference them with your Firebolt table schema to identify columns that cannot accept nulls.
    • Modify Schema or Data: You have two options:
      1. Adjust your Data Integration input data to ensure no null values are present in columns that must not be null.
      2. Edit your Firebolt table schema to allow nulls if applicable and does not contradict your data integrity requirements.
    • Cast Null Values: Before the data load, convert null values in your Data Integration processes to suitable default values using Data Integration transformations. This is especially important for primary key columns in Firebolt, as they must not contain nulls【4:2†Data Integration Documentation 202408 (2).pdf】.
  3. External References:

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