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

Data import from json is broken #41

Closed
seth-hg opened this issue Feb 4, 2023 · 1 comment
Closed

Data import from json is broken #41

seth-hg opened this issue Feb 4, 2023 · 1 comment

Comments

@seth-hg
Copy link

seth-hg commented Feb 4, 2023

Using the air routes example in the tutorial, import data from air-route.json yields the following error:

× unknown variant AAA, expected one of Null, Bool, Num, Str, Bytes, Uuid, Regex, List, Set, Validity, Bot at line 18 column 21

@zh217
Copy link
Contributor

zh217 commented Feb 4, 2023

Thanks for the catch! The problem isn't actually with the serde representation, but rather calling the wrong function in the import procedure. This has been fixed in 6750c90, so I'm closing this issue and the pull request.

Since this breaks the tutorial, there will be a new minor release soon.

@zh217 zh217 closed this as completed Feb 4, 2023
@zh217 zh217 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2023
@zh217 zh217 closed this as completed Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants