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

How to export metadata schema entity types and their properties as e.g. json #36

Open
villekr opened this issue May 21, 2019 · 1 comment

Comments

@villekr
Copy link

villekr commented May 21, 2019

This is not a bug report.

I was wondering if there's some straightforward way to export schema entity types and their properties once the metadata has been retrieved from the given service (when constructing service with reflect_entities=True). Anyone found a way to do that using this library?

@arjd
Copy link

arjd commented May 22, 2019

Why can't you just look at the $metadata document?

Or maybe you're talking about exporting Python typeclasses with their properties as reflected from the OData service? Why not pickle the objects?

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

No branches or pull requests

2 participants