fix(insights): Attribute async queries to users #154
Annotations
7 errors and 2 warnings
Check static typing:
posthog/tasks/tasks.py#L50
Argument "team_id" to "execute_process_query" has incompatible type "str"; expected "int"
|
Check static typing:
posthog/tasks/tasks.py#L51
Argument "user_id" to "execute_process_query" has incompatible type "str"; expected "int"
|
Check static typing:
posthog/clickhouse/client/execute_async.py#L93
Argument "query_json" to "process_query" has incompatible type "str"; expected "dict[Any, Any]"
|
Check static typing:
posthog/clickhouse/client/test/test_execute_async.py#L46
Argument 4 to "execute_process_query" has incompatible type "dict[Any, Any]"; expected "str"
|
Check static typing:
posthog/clickhouse/client/test/test_execute_async.py#L46
Argument 5 to "execute_process_query" has incompatible type "Any | None"; expected "LimitContext"
|
Check static typing:
posthog/api/query.py#L73
Argument "refresh_requested" to "enqueue_process_query_task" has incompatible type "bool | None"; expected "bool"
|
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/.
|
Run syphar/restore-virtualenv@v1
Failed to restore:
|
Loading