FYI, the connection of currency to csv throws erro...
# contributing-to-airbyte
m
FYI, the connection of currency to csv throws errors:
Copy code
airbyte-scheduler | java.lang.RuntimeException: Could not find stream metadata
airbyte-scheduler | 	at io.airbyte.workers.protocols.singer.SingerCatalogConverters.lambda$toAirbyteSchema$5(SingerCatalogConverters.java:139) ~[airbyte-workers-0.1.0.jar:?]
airbyte-scheduler | 	at java.util.Optional.orElseThrow(Optional.java:401) ~[?:?]
airbyte-scheduler | 	at io.airbyte.workers.protocols.singer.SingerCatalogConverters.lambda$toAirbyteSchema$7(SingerCatalogConverters.java:139) ~[airbyte-workers-0.1.0.jar:?]
airbyte-scheduler | 	at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) ~[?:?]
airbyte-scheduler | 	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?]
airbyte-scheduler | 	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
airbyte-scheduler | 	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
airbyte-scheduler | 	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) ~[?:?]
airbyte-scheduler | 	at java.util.stre
u
There's no chance you have old data persisted, right?
u
I can take a look in a bit.
u