feat(hogql): Add matching records to actors query runner and paths query #69221
Annotations
10 errors and 1 warning
Check static typing:
posthog/hogql_queries/utils/recordings.py#L27
Item "None" of "list[Any] | None" has no attribute "__iter__" (not iterable)
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L391
Argument 1 to "append" of "list" has incompatible type "Expr"; expected "Alias"
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L404
Argument 1 to "extend" of "list" has incompatible type "list[Expr]"; expected "Iterable[Alias]"
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L405
Incompatible return value type (got "list[Alias]", expected "list[Expr]")
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L405
"List" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L405
Consider using "Sequence" instead, which is covariant
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L405
Perhaps you need a type annotation for "clauses"? Suggestion: "list[Expr]"
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L546
Item "None" of "JoinExpr | None" has no attribute "table"
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L546
Item "SelectUnionQuery" of "SelectQuery | SelectUnionQuery | Field | Any | None" has no attribute "select"
|
Check static typing:
posthog/hogql_queries/insights/paths_query_runner.py#L546
Item "Field" of "SelectQuery | SelectUnionQuery | Field | Any | None" has no attribute "select"
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, syphar/restore-virtualenv@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading