Project: datalens
81 entity types
Matrix/Integrations/FindingsGenerator
IntegrationEndpointIntegrations

FindingsGenerator

IronClaw Agent uses FindingsGenerator to generate findings from query results including handling PostgreSQL Decimal types. FindingsGenerator requires support for PostgreSQL Decimal type to correctly process numeric data in findings. FindingsGenerator uses Finding to represent individual analytical findings generated from query results. question_router.py uses FindingsGenerator to generate findings from query results FindingsGenerator results are included in the API response Logging will be added to findings_generator at the start of generate_findings to monitor numeric columns detection and diagnose failure points. Finding is a data structure created and managed by FindingsGenerator during analytical finding generation.