com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of com.airbyte.api.models.shared.ConnectionResponse, problem: dataResidency cannot be null
at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 635]
Though the dataResidency is deprecated but still the Utils.checkNotNull(dataResidency, "dataResidency"); is there which is validating the value causing the exception.