I’m trying to upgrade my version of the postgres loader from 0.1.1 to 0.3.1
When trying to start the docker container with the same resolver.conf (same iglu sever and schema). and the same target database to load data to - I get this error:
java.lang.RuntimeException: Couldn’t initalise the state IgluError(SchemaKey(com.dbip,isp,jsonschema,Full(1,0,0)),ResolutionError(TreeMap(Iglu Client Embedded → LookupHistory(Set(NotFound),1,2021-10-21T22:32:14.598Z), My Iglu Server → LookupHistory(Set(NotFound),1,2021-10-21T22:32:14.594Z))))
I’m unsure how to interpret this error or why this version upgrade is throwing this error for me.