0xPlaygrounds / 0xPlaygrounds/subgrounds

Serializable Subgrounds Queries

Abierto
#27 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
Python
Estrellas
73
Forks
12
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
graphql, python
Área
backend, data
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
30/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.