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

load, load_module behaviour #217

Closed
Niccolum opened this issue Jul 4, 2023 · 3 comments
Closed

load, load_module behaviour #217

Niccolum opened this issue Jul 4, 2023 · 3 comments

Comments

@Niccolum
Copy link

Niccolum commented Jul 4, 2023

Hello!

Is it possible to generate python model, based on .thrift file, like official library can do?

I explain. I have a lot of thrift models in remote repository, but i need only one. Of course, I can load by http, but it can changed. I need to "freeze" my thrift requirements for my application, and "update" if need. Not only "real-time" update, like now, with cache.

Is it possible? Or how do you recommend to do?

@aisk
Copy link
Member

aisk commented Jul 4, 2023

This is not supported currently.

@Niccolum
Copy link
Author

Niccolum commented Jul 4, 2023

@aisk Is this in the plans? Do you know?

@aisk
Copy link
Member

aisk commented Jul 4, 2023

No, personally I recommend copy the thrift and assume that the .thirift files were generated python files.

@Niccolum Niccolum closed this as not planned Won't fix, can't repro, duplicate, stale Sep 22, 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

No branches or pull requests

2 participants