{"record":{"id":"f27763755be66d33","repo":"ankane/pgsync","slug":"group-not-found-group","errorCode":null,"errorMessage":"Group not found: #{group}","messagePattern":"Group not found: #(.+?)","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"lib/pgsync/task_resolver.rb","lineNumber":55,"sourceCode":"      end\n\n      # resolve any tables that need it\n      tasks.each do |task|\n        task[:table] = fully_resolve(task[:table])\n      end\n\n      tasks\n    end\n\n    def group?(group)\n      @groups.key?(group)\n    end\n\n    private\n\n    def group_to_tasks(value)\n      group, param = value.split(\":\", 2)\n      raise Error, \"Group not found: #{group}\" unless group?(group)\n\n      @groups[group].map do |table|\n        table_sql = nil\n        if table.is_a?(Array)\n          table, table_sql = table\n        end\n\n        {\n          table: to_table(table),\n          sql: expand_sql(table_sql, param)\n        }\n      end\n    end\n\n    def table_to_tasks(value)\n      raise Error, \"Cannot use parameters with tables\" if value.include?(\":\")\n\n      tables =","sourceCodeStart":37,"sourceCodeEnd":73,"githubUrl":"https://github.com/ankane/pgsync/blob/57bdddf5db506d329b51cb3376379dc3a2559010/lib/pgsync/task_resolver.rb#L37-L73","documentation":"Error \"Group not found: #{group}\" thrown in ankane/pgsync.","triggerScenarios":"Thrown at lib/pgsync/task_resolver.rb:55 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"57bdddf5db506d329b51cb3376379dc3a2559010","analyzedAt":"2026-08-23T11:18:48.887Z","schemaVersion":2},"datasetVersion":"2026-08-23T16:17:53.355Z"}