egutierrez
86d68dc9f0
feat(infra): conexion y consulta directa a SQL Server (Navision) via pymssql
...
Grupo de capacidad nuevo 'sql-connect' (3 funciones) para conectar a un
Microsoft SQL Server (donde corre Navision) y consultar directamente, en
lugar del ida y vuelta manual de pegar CSVs.
- mssql_connect_py_infra: abre conexion pymssql (login_timeout acotado,
credenciales por argumento, RuntimeError claro si falla).
- mssql_query_py_infra: SELECT parametrizada con binding seguro (sin
inyeccion) sobre conexion abierta; devuelve {columns, rows, row_count};
0 filas -> lista vacia; max_rows con fetchmany; read-only.
- run_mssql_query_py_pipelines: one-shot que compone connect+query y cierra
siempre; CLI imprime JSON o CSV; contrasena desde env var (pass).
Pagina madre docs/capabilities/sql-connect.md + fila en INDEX.md.
Dependencia pymssql>=2.3.13 anadida a python/pyproject.toml + uv.lock.
Tests mock-based (11) verdes; error path verificado end-to-end contra el
driver real (host inalcanzable -> RuntimeError, acotado por login_timeout).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-22 11:29:49 +02:00
..
2026-05-13 00:50:34 +02:00
2026-06-20 18:22:23 +02:00
2026-05-14 00:28:20 +02:00
2026-05-04 23:35:22 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-04-05 17:11:43 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:43 +02:00
2026-04-05 17:11:43 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:43 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-05-16 16:33:22 +02:00
2026-05-17 00:07:03 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-05-17 00:07:03 +02:00
2026-05-18 18:17:08 +02:00
2026-05-14 00:28:20 +02:00
2026-05-04 23:35:22 +02:00
2026-04-13 02:01:56 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:01:56 +02:00
2026-06-12 00:07:39 +02:00
2026-06-12 00:07:39 +02:00
2026-06-12 00:07:39 +02:00
2026-06-12 00:30:02 +02:00
2026-06-12 00:30:02 +02:00
2026-06-12 00:30:02 +02:00
2026-06-12 00:07:39 +02:00
2026-06-12 00:07:39 +02:00
2026-06-12 00:07:39 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-13 00:33:12 +02:00
2026-06-13 00:33:12 +02:00
2026-06-13 00:33:12 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-13 00:33:12 +02:00
2026-06-13 00:45:00 +02:00
2026-06-13 00:33:12 +02:00
2026-06-12 23:30:01 +02:00
2026-06-13 00:45:00 +02:00
2026-06-12 23:30:01 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-05-05 23:34:03 +02:00
2026-05-05 23:34:03 +02:00
2026-04-13 02:01:56 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:01:56 +02:00
2026-06-21 00:06:01 +02:00
2026-06-21 18:03:14 +02:00
2026-06-21 00:06:01 +02:00
2026-06-13 00:33:12 +02:00
2026-06-13 00:33:12 +02:00
2026-06-13 00:33:12 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-13 01:21:01 +02:00
2026-06-13 21:56:56 +02:00
2026-06-13 01:21:01 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-13 00:33:12 +02:00
2026-06-13 00:33:12 +02:00
2026-06-13 00:33:12 +02:00
2026-04-13 02:03:12 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:03:12 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-12 23:30:01 +02:00
2026-06-12 23:30:01 +02:00
2026-06-12 23:30:01 +02:00
2026-06-01 22:23:12 +02:00
2026-06-01 22:23:12 +02:00
2026-06-01 22:23:12 +02:00
2026-06-01 22:23:12 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-01 22:23:12 +02:00
2026-06-07 11:42:31 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-05-14 00:28:20 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-01 22:23:12 +02:00
2026-05-16 16:33:22 +02:00
2026-04-05 17:11:43 +02:00
2026-06-01 22:23:12 +02:00
2026-05-16 16:33:22 +02:00
2026-04-05 17:11:43 +02:00
2026-06-01 22:23:12 +02:00
2026-05-16 16:33:22 +02:00
2026-04-05 17:11:43 +02:00
2026-06-07 11:42:31 +02:00
2026-06-07 11:42:31 +02:00
2026-06-07 11:42:31 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-06-20 18:22:23 +02:00
2026-05-16 16:33:22 +02:00
2026-05-16 16:33:22 +02:00
2026-06-21 13:27:47 +02:00
2026-06-21 13:27:47 +02:00
2026-06-21 13:27:47 +02:00
2026-06-20 20:33:37 +02:00
2026-06-21 18:03:14 +02:00
2026-06-20 20:33:37 +02:00
2026-06-22 11:29:49 +02:00
2026-06-22 11:29:49 +02:00
2026-06-22 11:29:49 +02:00
2026-06-22 11:29:49 +02:00
2026-06-22 11:29:49 +02:00
2026-06-22 11:29:49 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:19 +02:00
2026-04-05 18:45:16 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:19 +02:00
2026-05-14 00:28:20 +02:00
2026-05-04 23:35:22 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:19 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-04-13 02:02:51 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-04-13 02:02:51 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-04-13 02:02:51 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-04-13 02:02:51 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-04-13 02:02:51 +02:00
2026-04-13 02:02:51 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-04-13 02:02:51 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-04-13 02:02:51 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:02:51 +02:00
2026-06-14 23:55:16 +02:00
2026-06-14 23:55:16 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-14 23:55:16 +02:00
2026-06-14 23:55:16 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-05-14 00:28:20 +02:00
2026-05-08 01:21:17 +02:00
2026-05-14 00:28:20 +02:00
2026-05-08 01:21:17 +02:00
2026-05-14 00:28:20 +02:00
2026-05-08 01:21:17 +02:00
2026-05-14 00:28:20 +02:00
2026-05-08 01:21:17 +02:00
2026-05-14 00:28:20 +02:00
2026-05-08 01:21:17 +02:00
2026-04-05 17:11:43 +02:00
2026-05-14 00:28:20 +02:00
2026-04-05 17:11:43 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-06-17 00:04:41 +02:00
2026-05-14 00:28:20 +02:00
2026-05-14 00:28:20 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-05-14 00:28:20 +02:00
2026-05-04 23:35:22 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-06-21 14:22:55 +02:00
2026-04-05 17:11:43 +02:00
2026-05-14 00:28:20 +02:00
2026-04-05 17:11:43 +02:00
2026-04-05 17:11:43 +02:00
2026-05-14 00:28:20 +02:00
2026-04-05 17:11:43 +02:00
2026-06-20 20:19:26 +02:00
2026-06-21 18:03:14 +02:00
2026-06-20 20:19:26 +02:00
2026-04-05 17:11:43 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:43 +02:00
2026-06-17 10:30:26 +02:00
2026-06-17 10:30:26 +02:00
2026-06-17 10:30:26 +02:00
2026-04-13 02:03:12 +02:00
2026-05-14 00:28:20 +02:00
2026-04-13 02:03:12 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-12 00:43:59 +02:00
2026-06-21 00:06:01 +02:00
2026-06-21 00:06:01 +02:00
2026-06-21 00:06:01 +02:00
2026-06-11 00:16:46 +02:00
2026-06-11 00:16:46 +02:00
2026-06-17 10:30:26 +02:00
2026-06-17 10:30:26 +02:00
2026-06-17 10:30:26 +02:00
2026-06-15 01:33:35 +02:00
2026-06-17 00:04:41 +02:00
2026-06-15 01:33:35 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-13 00:50:34 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-06-15 01:35:42 +02:00
2026-06-15 01:33:35 +02:00