{ "db_name": "PostgreSQL", "query": "SELECT count(*) AS n FROM topology_runs\n WHERE workspace_id = $1 AND status IN ('queued', 'running')", "describe": { "columns": [ { "ordinal": 0, "name": "n", "type_info": "Int8" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ null ] }, "hash": "10b74d224745153bc8093b36c839afe6f9ce0ed6e1b57234f1446c54d159dc76" }