{ "db_name": "PostgreSQL", "query": "SELECT id, task, kind, status, error, checkpoint, comparison, last_event_id,\n created_at, updated_at\n FROM topology_runs WHERE id = $1 AND workspace_id = $2", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "task", "type_info": "Text" }, { "ordinal": 2, "name": "kind", "type_info": "Text" }, { "ordinal": 3, "name": "status", "type_info": "Text" }, { "ordinal": 4, "name": "error", "type_info": "Text" }, { "ordinal": 5, "name": "checkpoint", "type_info": "Jsonb" }, { "ordinal": 6, "name": "comparison", "type_info": "Jsonb" }, { "ordinal": 7, "name": "last_event_id", "type_info": "Int8" }, { "ordinal": 8, "name": "created_at", "type_info": "Timestamptz" }, { "ordinal": 9, "name": "updated_at", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Uuid", "Uuid" ] }, "nullable": [ false, false, false, false, true, true, true, false, false, false ] }, "hash": "23469c6fe735b664081f5773d755fe27c26ba86615a8ed53e43c8c2dfdf0abb7" }