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

Serializable Subgrounds Queries #27

Open
1 task
0xMochan opened this issue May 26, 2023 · 0 comments
Open
1 task

Serializable Subgrounds Queries #27

0xMochan opened this issue May 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@0xMochan
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
I would like to build my queries and execute them separately.

Describe the solution you'd like
Serializable queries

Describe alternatives you've considered
Saving queries as code and running it separately

Additional context

  • Serializing synthetic fields will require pickle (or dill to be safer)
    • Technically, this is arbitrary code execution so by default, Synthetic support would be off with a flag to turn it on (and a warning).
    • This would either happen on-save and on-load (with flags and warnings in appropriate locations).

Implementation checklist

  • Task 1
@0xMochan 0xMochan added the enhancement New feature or request label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant