Project: datalens
81 entity types
Matrix/Architecture/findings_generator.py
ThirdPartyComponentArchitecture

findings_generator.py

The Backend includes the findings_generator.py service which analyzes query results and generates findings. findings_generator.py realizes the Full Findings Visualization Layer capability by producing structured Finding objects including metrics, trends, and outliers. The question_router.py module depends on the FindingsGenerator to generate findings from query results. FindingsGenerator includes findings in the API response for all structured queries. The findings_generator.py service implements the Full Findings Visualization Layer by analyzing query results and generating structured findings.