{ "db_name": "PostgreSQL", "query": "\n select id as \"id: DBAttributionGroupId\", flame_project\n from project_attribution_groups\n where project_id = $1 and flame_project is not null\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id: DBAttributionGroupId", "type_info": "Int8" }, { "ordinal": 1, "name": "flame_project", "type_info": "Jsonb" } ], "parameters": { "Left": [ "Int8" ] }, "nullable": [ false, true ] }, "hash": "424b975139004d2854d9365ef950984dd1a65e333bb80924b5883df5e7d3cad2" }