feat(performance): query improvements for trends (load less people) #88137
Annotations
10 errors and 2 warnings
posthog/hogql/database/schema/persons_pdi.py#L31
"SelectQuery" has no attribute "optimize_aggregation_in_order"
|
posthog/hogql/database/schema/persons.py#L69
Item "None" of "SelectQueryType | None" has no attribute "ctes"
|
posthog/hogql/database/schema/persons.py#L103
Item "None" of "SelectQueryType | None" has no attribute "ctes"
|
posthog/hogql/database/schema/persons.py#L106
List item 1 has incompatible type "AST"; expected "Expr"
|
posthog/hogql/database/schema/persons.py#L108
Incompatible types in assignment (expression has type "AST", variable has type "Expr | None")
|
posthog/hogql/database/schema/person_distinct_ids.py#L42
"SelectQuery" has no attribute "optimize_aggregation_in_order"
|
posthog/hogql_queries/actors_query_runner.py#L272
Item "HogQLQuery" of "InsightActorsQuery | FunnelsActorsQuery | FunnelCorrelationActorsQuery | HogQLQuery" has no attribute "source"
|
posthog/hogql_queries/insights/test/test_insight_actors_query_runner.py#L221
Argument 1 to "capture_queries" of "ClickhouseTestMixin" has incompatible type "Callable[[str], Match[str] | None]"; expected "Callable[[str], bool]"
|
posthog/hogql_queries/insights/test/test_insight_actors_query_runner.py#L221
Incompatible return value type (got "Match[str] | None", expected "bool")
|
posthog/hogql_queries/insights/test/test_insight_actors_query_runner.py#L248
Argument 1 to "capture_queries" of "ClickhouseTestMixin" has incompatible type "Callable[[str], Match[str] | None]"; expected "Callable[[str], bool]"
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "email_renders".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading