feat: allow hogql property queries in replay filtering #106117
Annotations
10 errors and 2 warnings
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L60
Unsupported right operand type for in ("Any | None")
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L152
Argument 1 to "__iadd__" of "list" has incompatible type "list[Property]"; expected "Iterable[EventPropertyFilter | PersonPropertyFilter | ElementPropertyFilter | SessionPropertyFilter | CohortPropertyFilter | <8 more items>]"
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L209
Item "None" of "RecordingOrder | None" has no attribute "value"
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L299
Argument 1 to "UnexpectedQueryProperties" has incompatible type "list[EventPropertyFilter | PersonPropertyFilter | ElementPropertyFilter | SessionPropertyFilter | LogEntryPropertyFilter | <8 more items>]"; expected "PropertyGroup | None"
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L403
Argument "values" to "PropertyGroup" has incompatible type "list[EventPropertyFilter | PersonPropertyFilter | ElementPropertyFilter | SessionPropertyFilter | CohortPropertyFilter | <8 more items>]"; expected "list[Property] | list[PropertyGroup]"
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L456
Argument "values" to "PropertyGroup" has incompatible type "list[EventPropertyFilter | PersonPropertyFilter | ElementPropertyFilter | SessionPropertyFilter | CohortPropertyFilter | <8 more items>]"; expected "list[Property] | list[PropertyGroup]"
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L572
Non-overlapping equality check (left operand type: "Literal['EventsNode', 'ActionsNode']", right operand type: "Literal[NodeKind.ACTIONS_NODE]")
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L572
Right operand of "and" is never evaluated
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L573
Statement is unreachable
|
Check static typing:
posthog/session_recordings/queries/session_recording_list_from_query.py#L576
Item "ActionsNode" of "EventsNode | ActionsNode" has no attribute "event"
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
Loading