-
Notifications
You must be signed in to change notification settings - Fork 11
Valkyrie
RyanRConaway edited this page Jun 29, 2023
·
5 revisions
- What would the user experience when this occurs?
When a user creates a new Ingestion, some of the data in Discovery UI will either not exist entirely or partially populate.
- What does a log message look like in the pod for this error?
18:46:02.972 [error] ingestion_id: ec3a487c-bcad-438b-99af-f03cf5f54a0c; payload: %{"MyNumber1" => "Invalid String", "MyNumber2" => 2, "MyString1" => "Hello", "MyString2" => "World"}; Failed Schema Validation: %{"MyNumber1" => :invalid_integer}
- What can be done to resolve this?
- Change the data type in the Data Dictionary/Schema of the target dataset
- Verify the incoming data is consistent
- Use Transformations to convert the incoming data into the type required