0xPlaygrounds / 0xPlaygrounds/subgrounds

Serializable Subgrounds Queries

Ouverte
#27 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
Python
Étoiles
73
Forks
12
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

**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

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Look at the Subgrounds query building and execution code to understand the current query representation. Investigate serialization methods (pickle/dill) and how to safely handle synthetic fields. Determine where to add serialization/deserialization logic and the flag for enabling synthetic field support.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
graphql, python
Domaine
backend, data
Type d'issue
Fonctionnalité
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
30/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.