Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 AnalysisType needs to be an object. #19

Open
andricDu opened this issue Jan 4, 2021 · 0 comments
Open

🐛 AnalysisType needs to be an object. #19

andricDu opened this issue Jan 4, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andricDu
Copy link
Contributor

andricDu commented Jan 4, 2021

AnalysisType in the kafka message published by song is an object with the fields name and version.

Currently it is a string which causes a jackson exception trying to deserialize.
https://github.com/icgc-argo/workflow-graph-ingest-node/blob/develop/src/main/java/org/icgc_argo/workflowingestionnode/model/Analysis.java#L31

@andricDu andricDu added the bug Something isn't working label Jan 4, 2021
@andricDu andricDu removed this from the Code Monkeys - Sprint 60 milestone Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants