feat(hogql): Add modifiers to query tags #75611
Annotations
7 errors and 1 warning
Check static typing:
posthog/hogql/database/schema/person_distinct_id_overrides.py#L85
Signature of "lazy_select" incompatible with supertype "LazyTable"
|
|
Check static typing:
posthog/hogql/database/schema/person_distinct_id_overrides.py#L85
def lazy_select(self, requested_fields: dict[str, list[str | int]], context: HogQLContext, node: SelectQuery) -> Any
|
|
Check static typing:
posthog/hogql/database/schema/person_distinct_id_overrides.py#L85
def lazy_select(self, requested_fields: dict[str, list[str | int]], modifiers: HogQLQueryModifiers) -> Any
|
Check static typing:
posthog/hogql/query.py#L151
Item "None" of "HogQLQueryModifiers | None" has no attribute "model_dump"
|
Check static typing
Process completed with exit code 6.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: n1hility/cancel-previous-runs@v3, 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/.
|
Loading