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

use static generation for json schema to python #530

Closed
jrhizor opened this issue Oct 9, 2020 · 2 comments · Fixed by #596
Closed

use static generation for json schema to python #530

jrhizor opened this issue Oct 9, 2020 · 2 comments · Fixed by #596
Labels
type/bug Something isn't working type/enhancement New feature or request
Milestone

Comments

@jrhizor
Copy link
Contributor

jrhizor commented Oct 9, 2020

Determine if

allows us to use statically generated classes instead of dynamically built ones via python-jsonschema-objects

@jrhizor jrhizor added the type/enhancement New feature or request label Oct 9, 2020
@jrhizor jrhizor added the type/bug Something isn't working label Oct 14, 2020
@jrhizor
Copy link
Contributor Author

jrhizor commented Oct 14, 2020

This should also fix the serialization problems from python-jsonschema-objects where certain key names result in serialization errors.

This should remove the temporary exclusion in singer_helpers.py

@jrhizor jrhizor added this to the v0.2.0 milestone Oct 14, 2020
@jrhizor
Copy link
Contributor Author

jrhizor commented Oct 14, 2020

Right now https://github.com/koxudaxi/datamodel-code-generator/ is looking the most promising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant