feat(data-warehouse): integrating data warehouse with trends insight #71023
Annotations
8 errors and 1 warning
Check static typing:
posthog/hogql/property.py#L125
Non-overlapping equality check (left operand type: "Literal['person', 'cohort', 'element', 'static-cohort', 'precalculated-cohort', 'group', 'recording', 'behavioral', 'session', 'data_warehouse']", right operand type: "Literal['feature']")
|
Check static typing:
posthog/hogql_queries/insights/trends/breakdown.py#L283
Argument "breakdown_type" to "get_properties_chain" has incompatible type "BreakdownType | Any | None"; expected "Literal['person', 'session', 'group', 'event', 'data_warehouse']"
|
Check static typing:
posthog/hogql_queries/insights/trends/trends_query_runner.py#L125
Incompatible types in assignment (expression has type "TrendsQueryBuilder", variable has type "DataWarehouseTrendsQueryBuilder")
|
Check static typing:
posthog/hogql_queries/insights/trends/trends_query_runner.py#L164
Argument "series" to "TrendsQueryBuilder" has incompatible type "EventsNode | ActionsNode | DataWarehouseNode"; expected "EventsNode | ActionsNode"
|
Check static typing:
posthog/hogql_queries/insights/trends/trends_query_runner.py#L203
Argument "series" to "TrendsQueryBuilder" has incompatible type "EventsNode | ActionsNode | DataWarehouseNode"; expected "EventsNode | ActionsNode"
|
Check static typing:
posthog/hogql_queries/insights/trends/test/test_query_builder.py#L55
Argument "series" to "TrendsQueryBuilder" has incompatible type "EventsNode | ActionsNode | DataWarehouseNode"; expected "EventsNode | ActionsNode"
|
Check static typing:
posthog/hogql_queries/insights/trends/test/test_data_warehouse_query_builder.py#L70
Argument "series" to "DataWarehouseTrendsQueryBuilder" has incompatible type "EventsNode | ActionsNode | DataWarehouseNode"; expected "DataWarehouseNode"
|
Check static typing
Process completed with exit code 9.
|
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/.
|
The logs for this run have expired and are no longer available.
Loading