Eugene

Results 6 comments of Eugene

The root-cause is herehttps://github.com/raml-org/raml-java-parser/blob/b970a6eed827c69ae02e163e4387748203c82674/raml-parser-2/src/main/java/org/raml/v2/internal/impl/v10/type/TypeToJsonSchemaVisitor.java#L184 The method visitDate returns DATE_TIME @Override public JsonObjectBuilder visitDate(DateOnlyResolvedType dateOnlyTypeDefinition) { return this.factory.createObjectBuilder() .add(TYPE, STRING) .add(FORMAT, DATE_TIME); }

Based on provided example (see link below) I see that we have 2 columns with the same name "Jahr;Jahr;" https://opendata.dwd.de/climate_environment/CDC/regional_averages_DE/annual/sunshine_duration/regional_averages_sd_year.txt The issue may be similar to https://github.com/airbytehq/airbyte/issues/5171. The only point...

It seems to work now. I assume that previously it failed as we had 2 fields with the same name and different types. But please be aware that there is...

+1 I also need this feature! Is the commit from @szotsaki going to be approved and merged?

Tried to run tests locally, but got lots of fails :( Don't see how I may attach full logs ![Selection_265](https://user-images.githubusercontent.com/4688354/216160116-fee25328-4210-498e-ba19-7fed67b0f967.png)

:airbyte-integrations:bases:base-normalization:mypyCheck task seems to fail