Files
egutierrez a03675113a chore: auto-commit (286 archivos)
- .claude/agents/fn-orquestador/SKILL.md
- .claude/commands/fn_claude.md
- .claude/rules/INDEX.md
- .claude/rules/cpp_apps.md
- .claude/rules/ids_naming.md
- CHANGELOG.md
- apps/dag_engine/README.md
- apps/dag_engine/api.go
- apps/dag_engine/dags_migrated/example.yaml
- apps/dag_engine/dags_migrated/example_lineage_tracking.yaml
- ...

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 16:33:22 +02:00

914 B

name, kind, lang, domain, version, purity, signature, description, tags, uses_functions, uses_types, returns, returns_optional, error_type, imports, params, output, tested, tests, test_file_path, file_path
name kind lang domain version purity signature description tags uses_functions uses_types returns returns_optional error_type imports params output tested tests test_file_path file_path
fetch_data_frame function go datascience 1.0.0 impure func FetchDataFrame(dsn, query string) ([]map[string]any, error) Ejecuta una consulta SQL contra un DSN y retorna los resultados como slice de mapas columna-valor.
datascience
io
bigquery
fetch
pendiente-usar
extractor
false error_go_core
fmt
name desc
dsn connection string para la BD (ej: 'user:pass@tcp(host:3306)/dbname', 'bigquery://project-id')
name desc
query consulta SQL a ejecutar (ej: 'SELECT * FROM users WHERE status = "active"')
slice de mapas columna-valor (ej: [{'id': 1, 'name': 'Alice'}, {'id': 2, 'name': 'Bob'}]) false
functions/datascience/fetch_data_frame.go