Pras
02/17/2022, 2:55 PM0.32.0-alpha-patch-1 working fine
0.32.11-alpha working fine
0.34.2-alpha working fine
0.34.3-alpha cursor lost
0.34.4-alpha cursor lost
0.35.1-alpha cursor lost
0.35.18-alpha cursor lost
Akshay Saini
02/17/2022, 3:02 PMJustin Reynolds
02/18/2022, 7:39 AMDejan Antonic
02/18/2022, 11:39 AMCollin Lenon
02/21/2022, 5:17 AMAnatole Callies
02/21/2022, 11:47 AMVinod Varma
02/21/2022, 8:57 PMuser
02/22/2022, 2:58 PM2022-02-22 14:36:05 ERROR i.a.s.h.ArchiveHandler(importInternal):136 - Import failed
java.lang.RuntimeException: io.airbyte.validation.json.JsonValidationException: json schema validation failed when comparing the data to the json schema.
Errors: $.id: is missing but it is required, $.catalog: is missing but it is required, $.catalogHash: is missing but it is required
Schema:
{
"$schema" : "<http://json-schema.org/draft-07/schema#>",
"$id" : "<https://github.com/airbytehq/airbyte/blob/master/airbyte-config/models/src/main/resources/types/AttemptFailureSummary.yaml>",
"title" : "ActorCatalog",
"description" : "Catalog of an actor.",
"type" : "object",
"additionalProperties" : false,
"required" : [ "id", "catalog", "catalogHash" ],
"properties" : {
"id" : {
"type" : "string",
"format" : "uuid"
},
"catalog" : {
"type" : "object",
"existingJavaType" : "com.fasterxml.jackson.databind.JsonNode"
},
"catalogHash" : {
"type" : "string"
}
}
}
Mathieu Austruy
02/23/2022, 12:18 PMCésar Sepúlveda
02/23/2022, 3:11 PMHey @Akshay Saini If I assume it right
The upgrade from 0.32 -> 0.35 inside just EC2 is working fine right? Then once the data is moved to db can you just take the dump and create a new instance with latest version and add the dump
Yes @Harshith (Airbyte). upgradation done on same machine works fine. I am not dumping and restoring DB's data, I am leveraging Airbyte's export and import configuration feature( refer to above attach doc) , to move data to another environment.Lukas Novotny
02/23/2022, 4:18 PM0.35.35-alpha json schema validation failed
0.35.32-alpha json schema validation failed
0.35.18-alpha cursor lost
0.35.1-alpha cursor lost
0.34.4-alpha cursor lost
0.34.3-alpha cursor lost
0.32.0-alpha-patch-1 working fine
0.32.11-alpha working fine
0.34.2-alpha working fine
Here is the updated docJason Ofua
02/23/2022, 7:56 PMBarry Choi
02/24/2022, 5:03 AMjson schema validation failed.
As of now Airbyte team can focus of this error, if someone faces cursor related issue (0.34.3 - 0.35.18), then you can ask him/her to upgrade airbyte to latest version (0.35.35)Alexandre Chouraki
02/24/2022, 10:24 AM